build: add root test:e2e task aggregating per-app Playwright suites
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"test": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"test:e2e": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["^typecheck"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user