Skip to content

Commit

Permalink
chore: maybe fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 28, 2024
1 parent 48ae61f commit 37d14b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: PNPM build
run: pnpm run stub && pnpm run prepare:playground && pnpm run build
run: pnpm run dev:prepare && pnpm run build

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
Expand Down

0 comments on commit 37d14b5

Please sign in to comment.