Skip to content

Commit

Permalink
fix: build order
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 8, 2025
1 parent 6e2c212 commit 94fc1c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
run: pnpm install
- name: Check Types
run: pnpm run check
- name: Check Linting
run: pnpm run lint
- name: Check Successful Build
run: pnpm run build
- name: Check Successful Build and Lint
run: pnpm run build && pnpm run lint

0 comments on commit 94fc1c1

Please sign in to comment.