Skip to content

Commit

Permalink
chore(ci): fix lint task
Browse files Browse the repository at this point in the history
the project must be built for lint:deps to work
  • Loading branch information
boneskull committed Dec 17, 2023
1 parent eebe768 commit 577661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Install dependencies
uses: bahmutov/npm-install@2509f13e8485d88340a789a3f7ca11aaac47c9fc # v1.8.36
with:
install-command: npm ci --ignore-scripts
install-command: npm ci --foreground-scripts
- name: Lint
run: npm run lint

0 comments on commit 577661a

Please sign in to comment.