Skip to content

Commit 9fdac2b

Browse files
committed
Update npm-publish.yml
1 parent d1cff23 commit 9fdac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20
2828
registry-url: https://registry.npmjs.org/
2929
- run: npx -y cnpm i
30-
- run: npm run build
30+
#- run: npm run build
3131
- run: npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)