Skip to content

Commit 171e0f4

Browse files
authored
fix: ensure types generate properly for release (#18)
1 parent c513390 commit 171e0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: 💪 Generate Types
5858
run:
5959
npx -p typescript tsc --declaration --emitDeclarationOnly --allowJs
60-
--checkJs --downlevelIteration --module nodenext --moduleResolution
61-
nodenext --target es2022 --outDir . index.js
60+
--checkJs --skipLibCheck --downlevelIteration --module nodenext
61+
--moduleResolution nodenext --target es2022 --outDir . index.js
6262

6363
- name: 🚀 Release
6464
uses: cycjimmy/semantic-release-action@v3.2.0

0 commit comments

Comments
 (0)