mirror of
https://github.com/lensapp/lens.git
synced 2024-12-01 10:37:09 +03:00
f2247adfdb
Signed-off-by: Sebastian Malton <sebastian@malton.name>
45 lines
646 B
JSON
45 lines
646 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"build"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"build:app": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"test:integration": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"build:docs": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"test:unit": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
}
|
|
}
|
|
}
|