From e855d6491bcd00d7af81a20829dbaf157e2aa136 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 5 May 2025 14:01:06 +0100 Subject: [PATCH] ci(ci-cd): ignore scripts Signed-off-by: Frazer Smith --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 18733de4..bc31333e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -76,7 +76,7 @@ jobs: node-version-file: '.nvmrc' - name: Install Packages - run: npm ci + run: npm ci --ignore-scripts - name: Run Linting run: npm run lint