nx.json 214 B

12345678910111213
  1. {
  2. "targetDefaults": {
  3. "build": {
  4. "cache": true,
  5. "dependsOn": ["^build"],
  6. "outputs": ["{projectRoot}/dist"]
  7. },
  8. "test": {
  9. "cache": true,
  10. "dependsOn": ["build"]
  11. }
  12. }
  13. }