This commit is contained in:
2021-11-11 13:37:21 +01:00
parent 325518ba15
commit a462bed948
13 changed files with 1107 additions and 6979 deletions

View File

@@ -3,14 +3,9 @@
"dev:docker": "docker-compose up memcached",
"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:cypress": "cypress run --headless",
"test:run": "start-server-and-test test:server http://localhost:5000 test:cypress"
"dev": "run-p dev:*"
},
"devDependencies": {
"cypress": "^7.2.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^1.12.1"
"npm-run-all": "^4.1.5"
}
}