From 98231b8d25d16ca447089a53d1a1c790f1df70e4 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 27 Nov 2025 15:30:39 +0100 Subject: [PATCH] Ignore scripts on install for binaries --- .github/workflows/create-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index 6be270e..44d2e3d 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -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'