mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +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
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Typecheck
|
||||||
|
run: pnpm typecheck
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
@ -133,12 +136,6 @@ jobs:
|
|||||||
- name: Build (stub)
|
- name: Build (stub)
|
||||||
run: pnpm build:stub
|
run: pnpm build:stub
|
||||||
|
|
||||||
- name: Typecheck
|
|
||||||
run: pnpm typecheck
|
|
||||||
env:
|
|
||||||
TEST_ENV: ${{ matrix.env }}
|
|
||||||
TEST_BUILDER: ${{ matrix.builder }}
|
|
||||||
|
|
||||||
- name: Test (unit)
|
- name: Test (unit)
|
||||||
run: pnpm test:unit
|
run: pnpm test:unit
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user