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 29e90f3 commit 1912c6eCopy full SHA for 1912c6e
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: '20'
18
cache: 'pnpm'
19
- run: pnpm install
20
- - run: pnpm dist
+ - run: pnpm prod
21
- uses: JS-DevTools/npm-publish@v3
22
with:
23
token: ${{ secrets.NPM_TOKEN }}
0 commit comments