mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
27bd68efde
* chore: bump lerna v6 * edit
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"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": {}
|
|
}
|