mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: stub before typecheck
This commit is contained in:
parent
99cda4f386
commit
f92fedc8e0
3
.github/workflows/ci.yml
vendored
3
.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 build:stub
|
||||||
|
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: pnpm typecheck
|
run: pnpm typecheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user