Ignore scripts when running npm ci on Windows

This commit is contained in:
Sander Declerck 2025-12-05 18:06:16 +01:00
parent bf674a0e5c
commit 46cbb4fd28
No known key found for this signature in database

View file

@ -28,7 +28,7 @@ jobs:
safe-chain setup-ci
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Run unit tests
run: npm test