Skip to content

Commit

Permalink
ci: move typecheck to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 12, 2023
1 parent e13e227 commit 99cda4f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Typecheck
run: pnpm typecheck

- name: Build
run: pnpm build

Expand Down Expand Up @@ -133,12 +136,6 @@ jobs:
- name: Build (stub)
run: pnpm build:stub

- name: Typecheck
run: pnpm typecheck
env:
TEST_ENV: ${{ matrix.env }}
TEST_BUILDER: ${{ matrix.builder }}

- name: Test (unit)
run: pnpm test:unit
env:
Expand Down

0 comments on commit 99cda4f

Please sign in to comment.