Use npm install instead of npm ci to handle cross-platform lock file differences

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-07-13 08:23:36 -04:00
parent da7cc10851
commit 092a81718d
+1 -1
View File
@@ -59,7 +59,7 @@ cd "$INSTALL_DIR"
# ── Install dependencies & build ─────────────────────────────────────────────
echo "Installing dependencies (this can take a while for better-sqlite3)..."
npm ci || npm install
npm install
echo "Building production frontend..."
npx vite build