We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c513390 commit 171e0f4Copy full SHA for 171e0f4
.github/workflows/release.yml
@@ -57,8 +57,8 @@ jobs:
57
- name: 💪 Generate Types
58
run:
59
npx -p typescript tsc --declaration --emitDeclarationOnly --allowJs
60
- --checkJs --downlevelIteration --module nodenext --moduleResolution
61
- nodenext --target es2022 --outDir . index.js
+ --checkJs --skipLibCheck --downlevelIteration --module nodenext
+ --moduleResolution nodenext --target es2022 --outDir . index.js
62
63
- name: 🚀 Release
64
uses: cycjimmy/semantic-release-action@v3.2.0
0 commit comments