chore: better dev scripts

This commit is contained in:
eneller
2026-08-02 12:39:29 +02:00
parent f708b2e84f
commit 787eed80b0
3 changed files with 35 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"server": "npm run dev --workspace=server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"teardown": "npm run teardown --workspace=server"
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"workspaces": [
"client",