Skip to content

Commit a41db0a

Browse files
fix: remove type-check from GH CI build action (Jonghakseo#740)
1 parent 8c598af commit a41db0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- run: pnpm install --frozen-lockfile --prefer-offline
2222

23-
- run: pnpm type-check && pnpm build
23+
- run: pnpm build
2424

2525
- uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)