Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr authored Feb 9, 2025
1 parent 414d0f8 commit d02f379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: npm run install-font
- name: Test
run: |
npm i
npm i -g pnpm
pnpm i
pnpm approve-builds canvas
npm run type-check
npm run lint
npm run build
Expand Down

0 comments on commit d02f379

Please sign in to comment.