From 8efb67a549ec6c51b296e4673dea886cf7d8756c Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Fri, 26 May 2023 18:33:16 -0400 Subject: [PATCH] chore(repo): reenable documentation check in CI (#17256) --- .circleci/config.yml | 2 +- docs/generated/packages/next/executors/build.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b18bac984023..bb0e297394e0f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 & diff --git a/docs/generated/packages/next/executors/build.json b/docs/generated/packages/next/executors/build.json index fc210fba9cf9f..47b4db482807a 100644 --- a/docs/generated/packages/next/executors/build.json +++ b/docs/generated/packages/next/executors/build.json @@ -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.",