ci: add --ignore-scripts argument

This commit is contained in:
Nogic 2022-07-25 03:07:37 +00:00
parent d26ead4cf0
commit bac4044d91
3 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Rebuild the dist/ directory
run: npm run build

View File

@ -15,7 +15,7 @@ jobs:
name: Check licenses
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm ci --ignore-scripts
- name: Install licensed
run: |
cd $RUNNER_TEMP

View File

@ -26,7 +26,7 @@ jobs:
with:
node-version: 16.x
cache: npm
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run format-check
- run: npm test