env: properly restart the servers on db change
This commit is contained in:
parent
e84490bbca
commit
e2aded04b9
2 changed files with 4 additions and 15 deletions
|
|
@ -31,12 +31,7 @@
|
|||
"prepare": "husky install",
|
||||
"build": "turbo build",
|
||||
"dev": "turbo watch dev",
|
||||
"test": "turbo test",
|
||||
"clean": "turbo clean",
|
||||
"server:dev": "turbo dev --filter=lamassu-server",
|
||||
"admin:dev": "turbo dev --filter=lamassu-admin",
|
||||
"typesafe-db:build": "turbo build --filter=typesafe-db",
|
||||
"typesafe-db:dev": "turbo dev --filter=typesafe-db"
|
||||
"test": "turbo test"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue