Skip to content

Commit 1464424

Browse files
justin808claude
andcommitted
Fix lint workflow to use nps eslint command
The pnpm migration changed yarn to pnpm but missed that eslint is invoked via nps, not directly as a package.json script. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 05a1852 commit 1464424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
pnpm exec knip --production --exclude binaries
169169
170170
- name: Lint JS
171-
run: pnpm run eslint --report-unused-disable-directives
171+
run: pnpm run nps eslint -- --report-unused-disable-directives
172172
- name: Check formatting
173173
run: pnpm start format.listDifferent
174174
- name: Lint SCSS with stylelint

0 commit comments

Comments
 (0)