parent
44cdc476ea
commit
8f45f4b950
@ -0,0 +1,28 @@ |
|||||||
|
{ |
||||||
|
"tasksRunnerOptions": { |
||||||
|
"default": { |
||||||
|
"runner": "nx/tasks-runners/default", |
||||||
|
"options": { |
||||||
|
"cacheableOperations": [ |
||||||
|
"build", |
||||||
|
"test" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
}, |
||||||
|
"targetDefaults": { |
||||||
|
"build": { |
||||||
|
"dependsOn": [ |
||||||
|
"^build" |
||||||
|
], |
||||||
|
"outputs": [ |
||||||
|
"{projectRoot}/dist" |
||||||
|
] |
||||||
|
}, |
||||||
|
"test": { |
||||||
|
"outputs": [ |
||||||
|
"{projectRoot}/coverage" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue