Update Fluid Calendar for v1.2.0 (#3053)

This commit breaks up the npm commands due to some breaking changes. It
also modifies the env file to remove deprecated options and adds new
ones.
This commit is contained in:
Chris
2025-03-13 10:35:10 -04:00
committed by GitHub
parent 7aebd12d87
commit 6953a7779b
2 changed files with 13 additions and 18 deletions

View File

@@ -46,8 +46,10 @@ function update_script() {
cp -rf ${APP}-${RELEASE}/* /opt/fluid-calendar
cd /opt/fluid-calendar
export NEXT_TELEMETRY_DISABLED=1
$STD npm run setup
$STD npm run build
$STD npm install --legacy-peer-deps
$STD npm run prisma:generate
$STD npm run prisma:migrate
$STD npm run build:os
msg_ok "Updated $APP to v${RELEASE}"
msg_info "Starting $APP"