Skip to content

Commit 37d14b5

Browse files
committed
chore: maybe fix ci
1 parent 48ae61f commit 37d14b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install
3333

3434
- name: PNPM build
35-
run: pnpm run stub && pnpm run prepare:playground && pnpm run build
35+
run: pnpm run dev:prepare && pnpm run build
3636

3737
- name: Publish to NPM
3838
run: pnpm -r publish --access public --no-git-checks

0 commit comments

Comments
 (0)