mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Ignore scripts on install for binaries
This commit is contained in:
parent
dbbe0f27bf
commit
98231b8d25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-artifact.yml
vendored
2
.github/workflows/create-artifact.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
safe-chain setup-ci
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Create binary (Unix)
|
||||
if: matrix.os != 'win'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue