Skip to content

Commit

Permalink
chore: update omit command
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Dec 8, 2023
1 parent 9390089 commit 7ca69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

- name: Install dependencies
run: npm ci --no-optional
run: npm ci --omit=optional

- name: Build
run: npm run build
Expand Down

0 comments on commit 7ca69fb

Please sign in to comment.