Skip to content

Commit

Permalink
chore(repo): reenable documentation check in CI (#17256)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored May 26, 2023
1 parent 471616b commit 8efb67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
7 changes: 1 addition & 6 deletions docs/generated/packages/next/executors/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -79,7 +74,7 @@
"description": "Only build 'app' routes"
}
},
"required": ["root", "outputPath"],
"required": ["outputPath"],
"presets": []
},
"description": "Build a Next.js application.",
Expand Down

1 comment on commit 8efb67a

@vercel
Copy link

@vercel vercel bot commented on 8efb67a May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.