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 a4d04f4 commit 9ace3ddCopy full SHA for 9ace3dd
.github/workflows/cd.yml
@@ -23,8 +23,8 @@ jobs:
23
with:
24
path: ~/.npm
25
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
26
- - run: npm install
27
- - run: npm run bootstrap
+ - run: npm ci --no-package-lock
+ - run: npm run bootstrap -- --ignore-scripts
28
- run: npm run publish:ci
29
env:
30
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments