Skip to content

Commit

Permalink
feat(core): remove @nrwl/workspace:run-commands and @nrwl/workspace:r…
Browse files Browse the repository at this point in the history
…un-script
  • Loading branch information
FrozenPandaz committed Apr 14, 2023
1 parent 7322751 commit cbb6fa7
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1,098 deletions.
33 changes: 0 additions & 33 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6700,39 +6700,6 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "executors",
"path": "/packages/workspace/executors",
"name": "executors",
"children": [
{
"id": "run-commands",
"path": "/packages/workspace/executors/run-commands",
"name": "run-commands",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "counter",
"path": "/packages/workspace/executors/counter",
"name": "counter",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "run-script",
"path": "/packages/workspace/executors/run-script",
"name": "run-script",
"children": [],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "generators",
"path": "/packages/workspace/generators",
Expand Down
30 changes: 1 addition & 29 deletions docs/generated/manifests/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2928,35 +2928,7 @@
},
"root": "/packages/workspace",
"source": "/packages/workspace/src",
"executors": {
"/packages/workspace/executors/run-commands": {
"description": "Run any custom commands with Nx.",
"file": "generated/packages/workspace/executors/run-commands.json",
"hidden": false,
"name": "run-commands",
"originalFilePath": "/packages/workspace/src/executors/run-commands/schema.json",
"path": "/packages/workspace/executors/run-commands",
"type": "executor"
},
"/packages/workspace/executors/counter": {
"description": "A dummy executor useful for E2E tests.",
"file": "generated/packages/workspace/executors/counter.json",
"hidden": true,
"name": "counter",
"originalFilePath": "/packages/workspace/src/executors/counter/schema.json",
"path": "/packages/workspace/executors/counter",
"type": "executor"
},
"/packages/workspace/executors/run-script": {
"description": "Run an NPM script using Nx.",
"file": "generated/packages/workspace/executors/run-script.json",
"hidden": false,
"name": "run-script",
"originalFilePath": "/packages/workspace/src/executors/run-script/schema.json",
"path": "/packages/workspace/executors/run-script",
"type": "executor"
}
},
"executors": {},
"generators": {
"/packages/workspace/generators/preset": {
"description": "Create application in an empty workspace.",
Expand Down
30 changes: 1 addition & 29 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2897,35 +2897,7 @@
"originalFilePath": "shared/packages/workspace/nx-compatibility-matrix"
}
],
"executors": [
{
"description": "Run any custom commands with Nx.",
"file": "generated/packages/workspace/executors/run-commands.json",
"hidden": false,
"name": "run-commands",
"originalFilePath": "/packages/workspace/src/executors/run-commands/schema.json",
"path": "workspace/executors/run-commands",
"type": "executor"
},
{
"description": "A dummy executor useful for E2E tests.",
"file": "generated/packages/workspace/executors/counter.json",
"hidden": true,
"name": "counter",
"originalFilePath": "/packages/workspace/src/executors/counter/schema.json",
"path": "workspace/executors/counter",
"type": "executor"
},
{
"description": "Run an NPM script using Nx.",
"file": "generated/packages/workspace/executors/run-script.json",
"hidden": false,
"name": "run-script",
"originalFilePath": "/packages/workspace/src/executors/run-script/schema.json",
"path": "workspace/executors/run-script",
"type": "executor"
}
],
"executors": [],
"generators": [
{
"description": "Create application in an empty workspace.",
Expand Down
51 changes: 0 additions & 51 deletions docs/generated/packages/angular/generators/downgrade-module.json

This file was deleted.

42 changes: 0 additions & 42 deletions docs/generated/packages/angular/generators/karma-project.json

This file was deleted.

35 changes: 0 additions & 35 deletions docs/generated/packages/angular/generators/karma.json

This file was deleted.

61 changes: 0 additions & 61 deletions docs/generated/packages/angular/generators/upgrade-module.json

This file was deleted.

Loading

0 comments on commit cbb6fa7

Please sign in to comment.