insomnia/nx.json

25 lines
483 B
JSON
Raw Normal View History

{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"bootstrap",
"test",
"build",
"build:source",
"build:types",
"artifacts",
"prebuild",
"build:app",
"build:main.min.js",
"build:sr",
"build:sr:source",
"build:sr:types"
]
}
}
},
"targetDefaults": {}
}