Skip to content

Commit

Permalink
feat(core): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent 6e1674b commit 1305439
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 30 deletions.
8 changes: 0 additions & 8 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -4653,14 +4653,6 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "native-extensions",
"path": "/packages/native-extensions",
"name": "native-extensions",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "nest",
"path": "/packages/nest",
Expand Down
11 changes: 0 additions & 11 deletions docs/generated/manifests/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,17 +1184,6 @@
"generators": {},
"path": "/packages/make-angular-cli-faster"
},
"native-extensions": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "native-extensions",
"packageName": "@nrwl/native-extensions",
"documents": {},
"root": "/packages/native-extensions",
"source": "/packages/native-extensions/src",
"executors": {},
"generators": {},
"path": "/packages/native-extensions"
},
"nest": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "nest",
Expand Down
10 changes: 0 additions & 10 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,16 +1168,6 @@
"root": "/packages/make-angular-cli-faster",
"source": "/packages/make-angular-cli-faster/src"
},
{
"documents": [],
"executors": [],
"generators": [],
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "native-extensions",
"packageName": "@nrwl/native-extensions",
"root": "/packages/native-extensions",
"source": "/packages/native-extensions/src"
},
{
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
"documents": [
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"command": "echo hi"
},
"build": {
"dependsOn": ["build-native"],
"dependsOn": [
"build-native"
],
"executor": "nx:run-commands",
"outputs": [
"{workspaceRoot}/build/packages/nx"
Expand Down

0 comments on commit 1305439

Please sign in to comment.