diff --git a/package.json b/package.json index e6fb6d7..756cbae 100644 --- a/package.json +++ b/package.json @@ -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"