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

@@ -10,6 +10,7 @@
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\""