From 092a81718d8e49763e9bebb89b1f9c6cbb1c28d4 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Mon, 13 Jul 2026 08:23:36 -0400 Subject: [PATCH] Use npm install instead of npm ci to handle cross-platform lock file differences Co-Authored-By: Claude Sonnet 4.6 --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index bbef1f3..0ee0354 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -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