fix: remove duplicate else block in npm packages section
Fixes syntax error: 'syntax error near unexpected token else' The npm global packages section had a duplicate else block.
This commit is contained in:
@@ -626,8 +626,6 @@ else
|
|||||||
else
|
else
|
||||||
warn "pm2 optional (Officer uses systemd services for main app and sidecar)"
|
warn "pm2 optional (Officer uses systemd services for main app and sidecar)"
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
warn "npm not found — skipping global package installs"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ─── 15. bun install (project dependencies) ──────────────────────────────────
|
# ─── 15. bun install (project dependencies) ──────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user