Skip to content

Commit 119c2c9

Browse files
committed
Update github actions
1 parent c22bb0c commit 119c2c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: npm install npm@latest -g
2020
- run: npm set registry=https://registry.npmjs.org/
2121
- run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
22+
- run: npm install
2223
- run: npm run npm-build-package
2324
- run: cd dist/npm && npm publish
2425
env:

0 commit comments

Comments
 (0)