We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0227cb1 commit 376a62cCopy full SHA for 376a62c
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm install --no-frozen-lockfile
26
27
- name: Build
28
- run: pnpm build
+ run: pnpm prepack
29
30
- name: Release
31
run: pnpm publish --access public --no-git-checks --tag latest
0 commit comments