From 581c18dc10830a1b7f44e553812406462a61c235 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Wed, 5 Feb 2025 14:02:05 +0100 Subject: [PATCH] ci: fix npm install --include typo --- .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 a04ea38e025..e68bdfd724b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: node-version: 'lts/*' - name: Install dependencies - run: npm install --ignore-scripts --inlcude=dev + run: npm install --ignore-scripts --include=dev - name: Run lint run: npm run lint