Skip to content

Commit

Permalink
ci: include optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Dec 15, 2023
1 parent 09f352a commit 8c1907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c1907f

Please sign in to comment.