docmost/nx.json
2024-01-09 18:58:26 +01:00

17 lines
206 B
JSON

{
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"cache": true
},
"lint": {
"cache": true
}
},
"affected": {
"defaultBase": "main"
}
}