Skip to content

Commit

Permalink
fix(ci): fix npm install --include typo (#6324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Feb 5, 2025
1 parent a5cb681 commit 8d39345
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 @@ -35,7 +35,7 @@ jobs:
node-version: 'lts/*'

- name: Install dependencies
run: npm install --ignore-scripts --inlcude=dev
run: npm install --ignore-scripts --include=dev

- name: Run lint
run: npm run lint
Expand Down

0 comments on commit 8d39345

Please sign in to comment.