mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-01 15:20:39 +00:00
fix scripts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"docker:up": "docker compose -f docker-compose.dev.yaml up",
|
||||
"docker:build": "docker compose -f docker-compose.dev.yaml build",
|
||||
"test": "playwright test --project chrome firefox safari",
|
||||
"test:local": "playwright test --project local",
|
||||
"test:local": "playwright test --project chrome",
|
||||
"test:server": "run-s docker:up",
|
||||
"test:prepare": "run-p build docker:build",
|
||||
"build": "pnpm run --recursive --filter=!@cryptgeon/backend build"
|
||||
|
Reference in New Issue
Block a user