2023-04-20 16:21:02 -04:00
|
|
|
{
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
"default": {
|
|
|
|
"runner": "nx/tasks-runners/default",
|
|
|
|
"options": {
|
2023-07-26 19:51:51 +02:00
|
|
|
"cacheableOperations": ["build", "wbuild", "build:all"],
|
2023-04-20 16:21:02 -04:00
|
|
|
"parallel": 5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"targetDefaults": {
|
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build", "prebuild"]
|
|
|
|
},
|
2023-07-23 11:19:30 -06:00
|
|
|
"wbuild": {
|
|
|
|
"dependsOn": ["^wbuild", "prewbuild"]
|
2023-07-22 18:32:19 -06:00
|
|
|
},
|
2023-04-22 10:56:17 -04:00
|
|
|
"e2e": {
|
|
|
|
"dependsOn": ["prebuild"]
|
2023-04-20 16:21:02 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|