midscene/nx.json
2025-01-07 11:10:28 +08:00

25 lines
416 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"dev": {
"dependsOn": ["^build"]
},
"build": {
"dependsOn": ["^build"]
},
"build:watch": {
"dependsOn": ["^build"]
},
"test": {
"cache": false
},
"e2e": {
"dependsOn": ["^build"]
},
"e2e:ui": {
"dependsOn": ["^build"]
}
},
"defaultBase": "main"
}