21 lines
321 B
JSON
21 lines
321 B
JSON
|
{
|
||
|
"tasksRunnerOptions": {
|
||
|
"default": {
|
||
|
"runner": "nx/tasks-runners/default",
|
||
|
"options": {
|
||
|
"cacheableOperations": ["build", "test"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"targetDefaults": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"]
|
||
|
},
|
||
|
"dev": {
|
||
|
"dependsOn": [
|
||
|
"^build"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|