mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
ci: run prepare step before linting docs
This commit is contained in:
parent
fd3fb4c345
commit
f8fbefb42a
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Build (stub)
|
||||||
|
run: pnpm dev:prepare
|
||||||
|
|
||||||
- name: Lint (docs)
|
- name: Lint (docs)
|
||||||
run: pnpm lint:docs
|
run: pnpm lint:docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user