main
jaxoncreed 2 years ago
parent 44cdc476ea
commit 8f45f4b950
  1. 28
      nx.json

@ -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…
Cancel
Save