Skip to content

Commit 9ace3dd

Browse files
committed
chore(): adjust cd script
1 parent a4d04f4 commit 9ace3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
26-
- run: npm install
27-
- run: npm run bootstrap
26+
- run: npm ci --no-package-lock
27+
- run: npm run bootstrap -- --ignore-scripts
2828
- run: npm run publish:ci
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)