fix: ensure node in PATH for desktop latest.json reconcile

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 11:51:41 +09:00
parent 122c84931f
commit e79f028148
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,7 @@
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH:-/usr/bin:/bin}"
WORK_TREE="${WORK_TREE:-/Users/aidev/apps/goldenChart}"
COMPOSE="${DOCKER_COMPOSE_FILE:-$WORK_TREE/docker-compose.yml}"
CONTAINER="${FRONTEND_CONTAINER:-gc-frontend}"