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 88be995 commit 018a33cCopy full SHA for 018a33c
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -15,8 +15,9 @@ jobs:
15
with:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
- - run: npm ci
+ - run: npm cache clean -f
19
- run: npm install npm@latest -g
20
+ - run: npm ci
21
- run: npm config set registry http://registry.npmjs.org
22
- run: npm run npm-build-package
23
- run: cd dist/npm && npm publish
0 commit comments