Skip to content

Commit

Permalink
build: enable optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Oct 3, 2021
1 parent 65d0b1e commit fa67a38
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 @@ -52,7 +52,7 @@ jobs:
run: npm i -g npm@latest

- name: Install dependencies 👨🏻‍💻
run: npm ci --prefer-offline --no-audit --no-optional
run: npm ci --prefer-offline --no-audit

- name: Run linter(s) 👀
uses: wearerequired/lint-action@v1
Expand Down

0 comments on commit fa67a38

Please sign in to comment.