Skip to content

Commit

Permalink
install more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Nov 27, 2024
1 parent 31bd414 commit c168ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm ci; cd test; npm ci; cd ../test-nextjs; npm i
run: |
npm ci cd test; npm ci
cd ../test-nextjs; npm i
cd ../test-router; npm ci
- name: Run linting
run: npm run lint

0 comments on commit c168ec3

Please sign in to comment.