feat(ci): split e2e and unit tests

This commit is contained in:
2026-05-03 17:48:47 +02:00
parent 05506704bf
commit a5b663f6fc
2 changed files with 22 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"qa": "pnpm lint && pnpm check && pnpm test",
"format": "pnpm dprint fmt",
"format:check": "pnpm dprint check",
"test": "pnpm run -r --parallel test",
"test:e2e": "pnpm run -r --parallel test:e2e",
"test:unit": "pnpm run -r --parallel test:unit",
"check": "pnpm run -r --parallel check",
"build": "pnpm build:nodes && pnpm build:app",
"build:app": "BASE_PATH=/ui pnpm -r --filter 'ui' build && pnpm -r --filter 'app'... build",