Skip to content

Commit 3db01f2

Browse files
committed
fix: update CI workflow to use 'pnpm build'
1 parent 1bf9f80 commit 3db01f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm dev:prepare
3737

3838
- name: 🛠 Build project
39-
run: pnpm prepack
39+
run: pnpm build
4040

4141
- name: 🛝 Build playground
4242
run: pnpm dev:build

0 commit comments

Comments
 (0)