Skip to content

Commit

Permalink
fixup!: npm runnode --run
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Dec 2, 2024
1 parent c6837b0 commit bbcbb41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run format
- run: npm run test:types
- run: node --run lint
- run: node --run format
- run: node --run test:types

tests:
strategy:
Expand Down Expand Up @@ -54,5 +54,5 @@ jobs:
env: NODE_OPTIONS="${{ matrix.node.options }}"
cache: 'npm'
- run: npm ci
- run: npm run test:unit
- run: npm run test:e2e
- run: node --run test:unit
- run: node --run test:e2e

0 comments on commit bbcbb41

Please sign in to comment.