docs(nxdev): documentation sync command (#8106)
This commit is contained in:
parent
46cd008028
commit
f35acdf4b9
@ -34,6 +34,13 @@
|
||||
"parallel": true
|
||||
}
|
||||
},
|
||||
"sync-documentation": {
|
||||
"executor": "@nrwl/workspace:run-commands",
|
||||
"outputs": ["nx-dev/nx-dev/public/documentation"],
|
||||
"options": {
|
||||
"command": "npx ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-docs-latest-sync.ts"
|
||||
}
|
||||
},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/next:build",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
|
||||
@ -118,6 +118,14 @@ Type: `boolean`
|
||||
|
||||
Add router configuration. See `lazy` for more information.
|
||||
|
||||
### setParserOptionsProject
|
||||
|
||||
Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
|
||||
|
||||
### simpleModuleName
|
||||
|
||||
Default: `false`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# @nrwl/angular:scam
|
||||
|
||||
Generate a component with an accompanying Single Angular Module Component (SCAM).
|
||||
Generate a component with an accompanying Single Component Angular Module (SCAM).
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -118,6 +118,14 @@ Type: `boolean`
|
||||
|
||||
Add router configuration. See `lazy` for more information.
|
||||
|
||||
### setParserOptionsProject
|
||||
|
||||
Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
|
||||
|
||||
### simpleModuleName
|
||||
|
||||
Default: `false`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# @nrwl/angular:scam
|
||||
|
||||
Generate a component with an accompanying Single Angular Module Component (SCAM).
|
||||
Generate a component with an accompanying Single Component Angular Module (SCAM).
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -118,6 +118,14 @@ Type: `boolean`
|
||||
|
||||
Add router configuration. See `lazy` for more information.
|
||||
|
||||
### setParserOptionsProject
|
||||
|
||||
Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
|
||||
|
||||
### simpleModuleName
|
||||
|
||||
Default: `false`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# @nrwl/angular:scam
|
||||
|
||||
Generate a component with an accompanying Single Angular Module Component (SCAM).
|
||||
Generate a component with an accompanying Single Component Angular Module (SCAM).
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user