From 8c1907f7b9e31ac36c675934c66fd0fc3505a719 Mon Sep 17 00:00:00 2001 From: Johannes Homeier Date: Fri, 15 Dec 2023 15:55:39 +0100 Subject: [PATCH] ci: include optional dependencies --- .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 6e32b26..a74032d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version-file: '.nvmrc' - name: NPM install if: steps.cache.outputs.cache-hit != 'true' - run: npm ci + run: npm ci --include optional lint: runs-on: ubuntu-latest