Skip to content

Commit

Permalink
ci: add build step before typescript check
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored and steveoh committed Sep 3, 2024
1 parent 092b7fc commit d0b429f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: 🧼 Lint files
run: npm run lint

- name: 🏗️ Build
run: npm run build

- name: ✔ Check Typescript
run: npx tsc

Expand Down

0 comments on commit d0b429f

Please sign in to comment.