chore(repo): reenable documentation check in CI (#17256)
This commit is contained in:
parent
471616b04d
commit
8efb67a549
@ -173,7 +173,7 @@ jobs:
|
||||
pnpm nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
|
||||
pids+=($!)
|
||||
|
||||
pnpm nx run-many -t check-imports check-commit check-lock-files depcheck check-codeowners --parallel=1 --no-dte &
|
||||
pnpm nx run-many -t check-imports check-commit check-lock-files depcheck check-codeowners documentation --parallel=1 --no-dte &
|
||||
pids+=($!)
|
||||
|
||||
pnpm nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
|
||||
|
||||
@ -10,11 +10,6 @@
|
||||
"description": "Build a Next.js app.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"root": {
|
||||
"description": "The source root",
|
||||
"type": "string",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"outputPath": {
|
||||
"type": "string",
|
||||
"description": "The output path of the generated files.",
|
||||
@ -79,7 +74,7 @@
|
||||
"description": "Only build 'app' routes"
|
||||
}
|
||||
},
|
||||
"required": ["root", "outputPath"],
|
||||
"required": ["outputPath"],
|
||||
"presets": []
|
||||
},
|
||||
"description": "Build a Next.js application.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user