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 &
|
pnpm nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
|
||||||
pids+=($!)
|
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+=($!)
|
pids+=($!)
|
||||||
|
|
||||||
pnpm nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
|
pnpm nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
|
||||||
|
|||||||
@ -10,11 +10,6 @@
|
|||||||
"description": "Build a Next.js app.",
|
"description": "Build a Next.js app.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"root": {
|
|
||||||
"description": "The source root",
|
|
||||||
"type": "string",
|
|
||||||
"x-priority": "important"
|
|
||||||
},
|
|
||||||
"outputPath": {
|
"outputPath": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The output path of the generated files.",
|
"description": "The output path of the generated files.",
|
||||||
@ -79,7 +74,7 @@
|
|||||||
"description": "Only build 'app' routes"
|
"description": "Only build 'app' routes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["root", "outputPath"],
|
"required": ["outputPath"],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Build a Next.js application.",
|
"description": "Build a Next.js application.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user