Skip to content

Commit

Permalink
chore: run target
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 7, 2024
1 parent a95c5aa commit e794daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20
- run: |
npm install
npm build
npm run build
env:
CI: true
test:
Expand All @@ -28,7 +28,7 @@ jobs:
node-version: 20
- run: |
npm install
npm build
npm test
npm run build
npm run test
env:
CI: true

0 comments on commit e794daf

Please sign in to comment.