Ignore scripts on install for binaries

This commit is contained in:
Sander Declerck 2025-11-27 15:30:39 +01:00
parent dbbe0f27bf
commit 98231b8d25
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ jobs:
safe-chain setup-ci safe-chain setup-ci
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci --ignore-scripts
- name: Create binary (Unix) - name: Create binary (Unix)
if: matrix.os != 'win' if: matrix.os != 'win'