mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
19 lines
304 B
JSON
19 lines
304 B
JSON
|
{
|
||
|
"tasksRunnerOptions": {
|
||
|
"default": {
|
||
|
"runner": "nx/tasks-runners/default",
|
||
|
"options": {
|
||
|
"cacheableOperations": ["build"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"targetDefaults": {
|
||
|
"build": {
|
||
|
"outputs": ["{projectRoot}/dist"]
|
||
|
}
|
||
|
},
|
||
|
"affected": {
|
||
|
"defaultBase": "main"
|
||
|
}
|
||
|
}
|