Skip to content

Commit 018a33c

Browse files
committed
Update github actions
1 parent 88be995 commit 018a33c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
with:
1616
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
18-
- run: npm ci
18+
- run: npm cache clean -f
1919
- run: npm install npm@latest -g
20+
- run: npm ci
2021
- run: npm config set registry http://registry.npmjs.org
2122
- run: npm run npm-build-package
2223
- run: cd dist/npm && npm publish

0 commit comments

Comments
 (0)