Skip to content

Commit

Permalink
chore(ci): switch angry node --runnpm run
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Nov 23, 2024
1 parent 36af6af commit 7a72cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: node --run lint
- run: node --run format
- run: node --run test:types
- run: npm run lint
- run: npm run format
- run: npm run test:types

tests:
strategy:
Expand Down

0 comments on commit 7a72cbb

Please sign in to comment.