Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created December 17, 2019 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsavkin/d24413ff590e2e3080d935e877436660 to your computer and use it in GitHub Desktop.
Save vsavkin/d24413ff590e2e3080d935e877436660 to your computer and use it in GitHub Desktop.
{
"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