We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8412c commit 1035318Copy full SHA for 1035318
ct/fluid-calendar.sh
@@ -48,7 +48,7 @@ function update_script() {
48
export NEXT_TELEMETRY_DISABLED=1
49
$STD npm install --legacy-peer-deps
50
$STD npm run prisma:generate
51
- $STD npm run prisma:migrate
+ $STD npx prisma migrate deploy
52
$STD npm run build:os
53
msg_ok "Updated $APP to v${RELEASE}"
54
install/fluid-calendar-install.sh
@@ -74,7 +74,7 @@ export NEXT_TELEMETRY_DISABLED=1
74
cd /opt/fluid-calendar
75
76
77
-$STD npm run prisma:migrate
+$STD npx prisma migrate deploy
78
79
msg_ok "Setup ${APPLICATION}"
80
0 commit comments