Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ log "Installing bridge dependencies..."
# Install/update npm deps
log "Installing npm dependencies..."
cd "$REPO_DIR/admin"
npm ci --silent 2>&1 | tee -a "$LOG_FILE"
npm ci --include=dev 2>&1 | tee -a "$LOG_FILE"

# Ensure .env.production.local exists (base path override)
if [ ! -f "$REPO_DIR/admin/.env.production.local" ]; then
Expand Down