fix scripts

This commit is contained in:
Niccolo Borgioli 2023-05-25 10:17:08 +02:00
parent fb95a68b0d
commit a5809c216c
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 1 additions and 1 deletions

View File

@ -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"