From 3b31b443d12bcbb593258dc8d43da0d031dee222 Mon Sep 17 00:00:00 2001 From: Jerome Canler Date: Wed, 20 Sep 2023 13:06:13 +0200 Subject: [PATCH] chore(ci): disable NPM scripts for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3de17..b0351fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm ci --ignore-scripts - run: npm run lint - run: npm test