From 577661a221a828da9af05b979c401b02a453c5f4 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sat, 16 Dec 2023 22:58:46 -0800 Subject: [PATCH] chore(ci): fix lint task the project must be built for lint:deps to work --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 353e2752..978eb452 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,6 +32,6 @@ jobs: - name: Install dependencies uses: bahmutov/npm-install@2509f13e8485d88340a789a3f7ca11aaac47c9fc # v1.8.36 with: - install-command: npm ci --ignore-scripts + install-command: npm ci --foreground-scripts - name: Lint run: npm run lint