Skip to content

Commit 376a62c

Browse files
committed
ci: fix build command
1 parent 0227cb1 commit 376a62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm install --no-frozen-lockfile
2626

2727
- name: Build
28-
run: pnpm build
28+
run: pnpm prepack
2929

3030
- name: Release
3131
run: pnpm publish --access public --no-git-checks --tag latest

0 commit comments

Comments
 (0)