Skip to content

Commit

Permalink
.github: back to npm for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondr77 committed Sep 10, 2024
1 parent 4c93774 commit 6310fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-mitosheet-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Install Node.js dependencies
run: |
cd mitosheet
jlpm install eslint
npm install eslint
- name: Run Linters
run: |
cd mitosheet
jlpm run lint:check
npm run lint:check

0 comments on commit 6310fed

Please sign in to comment.