build: add --ignore-scripts to npm install commands (#4655)
This commit is contained in:
parent
f59e6aacc4
commit
b6757c5ed3
3 changed files with 4 additions and 5 deletions
2
.github/workflows/ci-bundle.yml
vendored
2
.github/workflows/ci-bundle.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/setup-node@v6
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm install
|
||||
run: npm install --ignore-scripts
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue