chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
## Examples
|
||||
|
||||
##### Basic Usage
|
||||
|
||||
Delegate the build of the project to a different target.
|
||||
|
||||
```json
|
||||
{
|
||||
"prod-build": {
|
||||
"executor": "@nx/angular:delegate-build",
|
||||
"options": {
|
||||
"buildTarget": "app:build:production",
|
||||
"outputPath": "dist/apps/app/production",
|
||||
"tsConfig": "apps/app/tsconfig.json",
|
||||
"watch": false
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
##### Watch for build changes
|
||||
|
||||
Delegate the build of the project to a different target.
|
||||
|
||||
```json
|
||||
{
|
||||
"prod-build": {
|
||||
"executor": "@nx/angular:delegate-build",
|
||||
"options": {
|
||||
"buildTarget": "app:build:production",
|
||||
"outputPath": "dist/apps/app/production",
|
||||
"tsConfig": "apps/app/tsconfig.json",
|
||||
"watch": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user