Skip to content

Commit

Permalink
fix(misc): fix description for @nrwl/workspace:fix-configuration (#15302
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AgentEnder committed Feb 27, 2023
1 parent 430afe3 commit ee3413b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"schema": {
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsConvertToNxProject",
"title": "Create a custom target to run any command",
"description": "Create a custom target to run any command.",
"title": "@nrwl/workspace:fix-configuration",
"description": "Migrates v1 config to v2 standalone configuration.",
"type": "object",
"cli": "nx",
"examples": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsConvertToNxProject",
"title": "Create a custom target to run any command",
"description": "Create a custom target to run any command.",
"title": "@nrwl/workspace:fix-configuration",
"description": "Migrates v1 config to v2 standalone configuration.",
"type": "object",
"cli": "nx",
"examples": [
Expand Down

0 comments on commit ee3413b

Please sign in to comment.