mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
use docker-compose
This commit is contained in:
parent
7f618e7e45
commit
4b43edf54a
@ -4,7 +4,7 @@
|
||||
"dev:backend": "cargo watch -x 'run --bin cryptgeon'",
|
||||
"dev:front": "npm --prefix client run dev",
|
||||
"dev": "run-p dev:*",
|
||||
"test:server": "docker compose up --build",
|
||||
"test:server": "docker-compose up --build",
|
||||
"test:cypress": "cypress run --headless",
|
||||
"test:run": "start-server-and-test test:server http://localhost:5000 test:cypress"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user