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.
2 parents 69e8fda + 1912c6e commit 3c0ba26Copy full SHA for 3c0ba26
.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