Skip to content

Commit

Permalink
chore: build earlier in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Nov 16, 2024
1 parent fdf44da commit f75820b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
- name: Install dependencies
run: pnpm -r install

- name: Build
run: pnpm build

- name: Format
run: pnpm format --check

- name: Lint
run: pnpm lint --no-fix

- name: Build
run: pnpm build

- name: Typecheck
run: pnpm typecheck

Expand Down

0 comments on commit f75820b

Please sign in to comment.