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 119c2c9 commit b721dc2Copy full SHA for b721dc2
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -16,10 +16,6 @@ jobs:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
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