build: add root test:e2e task aggregating per-app Playwright suites

This commit is contained in:
2026-05-05 09:29:37 +02:00
parent a7b9890db5
commit 520749c4e3
4 changed files with 11 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
"test": {
"dependsOn": ["^build"]
},
"test:e2e": {
"dependsOn": ["^build"],
"cache": false
},
"typecheck": {
"dependsOn": ["^typecheck"]
}