Created
December 17, 2019 14:27
-
-
Save vsavkin/d24413ff590e2e3080d935e877436660 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tasks": [ | |
{ | |
"id": "react-app:build", | |
"overrides": {}, | |
"target": { | |
"project": "react-app", | |
"target": "build" | |
}, | |
"command": "npm run nx -- build react-app", | |
"outputs": [ | |
"dist/apps/react-app" | |
] | |
}, | |
{ | |
"id": "ng-app:build", | |
"overrides": {}, | |
"target": { | |
"project": "ng-app", | |
"target": "build" | |
}, | |
"command": "npm run nx -- build ng-app", | |
"outputs": [ | |
"dist/apps/ng-app" | |
] | |
} | |
], | |
"dependencyGraph": { | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment