Skip to content

Commit

Permalink
refactor(.github): run build instead of just lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 12, 2024
1 parent 9c88e7e commit a1df776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run lint
# Running build would lint and check type
- run: npm run build

0 comments on commit a1df776

Please sign in to comment.