Skip to content

Commit 1912c6e

Browse files
authored
Update release.yml
1 parent 29e90f3 commit 1912c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '20'
1818
cache: 'pnpm'
1919
- run: pnpm install
20-
- run: pnpm dist
20+
- run: pnpm prod
2121
- uses: JS-DevTools/npm-publish@v3
2222
with:
2323
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)