You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command = "bun upgrade && git reset --hard HEAD && rm -rf website/node_modules && bun install --frozen-lockfile && bun --bun run build && bun run website:build"
# Use this to pin Bun version
# command = "curl -fsSL https://bun.sh/install | bash -s 'bun-v1.1.29' && git reset --hard HEAD && bun install --frozen-lockfile && bun --bun run build && bun run website:build"