mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
13 lines
170 B
Bash
Executable File
13 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm install -g npm@11.0.0
|
|
npm -v
|
|
|
|
|
|
current_date=$(date +"%Y-%m-%d")
|
|
npx zenstack generate
|
|
npx prisma migrate dev --name $current_date
|
|
|
|
npm run dev
|
|
|
|
exec "$@" |