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 2438fec commit 57f544cCopy full SHA for 57f544c
1 file changed
.github/workflows/publish.yml
@@ -30,6 +30,7 @@ jobs:
30
cache: "pnpm"
31
32
- run: pnpm install --frozen-lockfile
33
+ - run: pnpm run build
34
- run: pnpm publish --provenance --access public
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments