mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
ci: move typecheck to build step
This commit is contained in:
parent
e13e227d06
commit
99cda4f386
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user