Skip to content

Commit 3c0ba26

Browse files
authored
Merge pull request #2813 from entrylabs/develop
Update release.yml
2 parents 69e8fda + 1912c6e commit 3c0ba26

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)