"add PartyEvent API endpoints with service layer and test cases"
This commit is contained in:
11
03_source/cms_backend/scripts/01_db_push.sh
Executable file
11
03_source/cms_backend/scripts/01_db_push.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
yarn --dev
|
||||
|
||||
clear
|
||||
|
||||
while true; do
|
||||
npx nodemon --ext prisma --exec "yarn db:push && yarn seed"
|
||||
echo "restarting..."
|
||||
sleep 1
|
||||
done
|
Reference in New Issue
Block a user