From 82942ab3b7ca35af062645c9ab2d54ebf54b0b19 Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Thu, 19 Mar 2026 23:26:38 +0100 Subject: [PATCH] chore: do not run build before linting in CI --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78fda90..d41327e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,6 @@ jobs: cache: 'npm' node-version: 22 - run: npm ci --ignore-scripts --no-audit --no-fund - - run: npm run build - run: npm run lint npm-audit: