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.
1 parent c22bb0c commit 119c2c9Copy full SHA for 119c2c9
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -19,6 +19,7 @@ jobs:
19
- run: npm install npm@latest -g
20
- run: npm set registry=https://registry.npmjs.org/
21
- run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
22
+ - run: npm install
23
- run: npm run npm-build-package
24
- run: cd dist/npm && npm publish
25
env:
0 commit comments