mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-26 20:41:45 +00:00
fix(ci): drop test:dl-browsers from test:prepare (root-only script broke CI)
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user