fix(ci): drop test:dl-browsers from test:prepare (root-only script broke CI)

This commit is contained in:
2026-09-06 22:54:15 +02:00
parent 3ff1f8202b
commit be617383f4
+1 -1
View File
@@ -9,7 +9,7 @@
"test:local": "playwright test --project=chrome",
"test:server": "docker compose -f docker-compose.dev.yaml up",
"test:dl-browsers": "playwright install",
"test:prepare": "pnpm --parallel run test:dl-browsers build docker:build",
"test:prepare": "pnpm run build && pnpm run docker:build",
"build": "pnpm run --recursive --filter=!@cryptgeon/backend build"
},
"devDependencies": {