ci: move typecheck to build step

This commit is contained in:
Daniel Roe 2023-03-12 22:10:30 +00:00
parent e13e227d06
commit 99cda4f386
1 changed files with 3 additions and 6 deletions

View File

@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Typecheck
run: pnpm typecheck
- name: Build
run: pnpm build
@ -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: