Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syunta committed May 15, 2024
1 parent 77fae5c commit 442960a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
cache-dependency-path: 'package.json'

- name: Install Packages
run: npm install
run: |
npm install
npm install --prefix tests/rules/react
npm install --prefix tests/rules/next
- name: lint
run: npm run lint
Expand Down

0 comments on commit 442960a

Please sign in to comment.