mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 07:01:44 +03:00
fix: Fix Mac app build step.
This commit is contained in:
@@ -110,10 +110,10 @@ merge_framework_machos() {
|
|||||||
echo "📦 Ensuring deps (pnpm install)"
|
echo "📦 Ensuring deps (pnpm install)"
|
||||||
(cd "$ROOT_DIR" && pnpm install --no-frozen-lockfile --config.node-linker=hoisted)
|
(cd "$ROOT_DIR" && pnpm install --no-frozen-lockfile --config.node-linker=hoisted)
|
||||||
if [[ "${SKIP_TSC:-0}" != "1" ]]; then
|
if [[ "${SKIP_TSC:-0}" != "1" ]]; then
|
||||||
echo "📦 Building JS (pnpm tsc)"
|
echo "📦 Building JS (pnpm build)"
|
||||||
(cd "$ROOT_DIR" && pnpm tsc -p tsconfig.json --noEmit false)
|
(cd "$ROOT_DIR" && pnpm build)
|
||||||
else
|
else
|
||||||
echo "📦 Skipping TS build (SKIP_TSC=1)"
|
echo "📦 Skipping JS build (SKIP_TSC=1)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${SKIP_UI_BUILD:-0}" != "1" ]]; then
|
if [[ "${SKIP_UI_BUILD:-0}" != "1" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user