Skip to content

Commit

Permalink
fix lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
bprize15 committed Nov 13, 2024
1 parent ef3babf commit 4bec519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
node-version: 20.12.2
- name: Install node modules
run: cd web/src/main/javascript && npm install
run: npm install
- name: Run ESLint
run: cd web/src/main/javascript && npm run lint
run: npm run lint

0 comments on commit 4bec519

Please sign in to comment.