We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48f0229 + b95f931 commit ce082b3Copy full SHA for ce082b3
2 files changed
.github/workflows/npm-publish.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
node-version: 18
19
registry-url: https://registry.npmjs.org/
20
- - run: rm -rf node_modules package-lock.json
21
- - run: npm install --no-cache
+ - run: npm cache clean --force
+ - run: npm ci
22
- run: npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
.github/workflows/prod-upload.yml
- run: npm run upload
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}
0 commit comments