chore(repo): reenable documentation check in CI (#17256)

This commit is contained in:
Craigory Coppola 2023-05-26 18:33:16 -04:00 committed by GitHub
parent 471616b04d
commit 8efb67a549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -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 &

View File

@ -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.",