diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4e7d419be..68af7d7c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,9 @@ jobs: fetch-depth: 0 - name: Install Dependencies - run: npm install --workspaces + run: | + npm ci --include=dev + npm ci --include=dev --workspaces --if-present - name: Code Linting run: |