Skip to content

Commit

Permalink
fix: Run build not build-pages in typescript workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 30, 2024
1 parent c3df03a commit a925d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Install dependencies and build
run: |
npm ci
npm run build-pages
npm run build
- name: Run TypeScript check
run: npm run check

0 comments on commit a925d43

Please sign in to comment.