|
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx-cloud",
|
|
"options": {
|
|
"cacheableOperations": ["build", "test", "check:types"]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"inputs": [
|
|
"{workspaceRoot}/scripts/build.js",
|
|
"{workspaceRoot}/lerna.json"
|
|
]
|
|
}
|
|
}
|
|
}
|