From 41219797f18f67f5324f526a5f018991ce8b4152 Mon Sep 17 00:00:00 2001 From: y-minion Date: Tue, 25 Nov 2025 21:29:12 +0900 Subject: [PATCH] =?UTF-8?q?CD=20=EB=B9=8C=EB=93=9C=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이미 모노레포의 Standalone 배포에서빌드 단계에서 필요한 코드가 다 합쳐져서 넘어왔기 때문에 의존성 설치과정 생략 --- apps/editor/scripts/after_install.sh | 8 ++++++-- packages/ui/src/components/Hero.tsx | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/editor/scripts/after_install.sh b/apps/editor/scripts/after_install.sh index 9a43432..3675ecd 100644 --- a/apps/editor/scripts/after_install.sh +++ b/apps/editor/scripts/after_install.sh @@ -22,5 +22,9 @@ else fi -echo ">>> Installing dependencies in $(pwd)..." -pnpm install --production \ No newline at end of file +# echo ">>> Installing dependencies in $(pwd)..." +# pnpm install --production + + + +echo ">>> Skipping install (Standalone build includes dependencies)." \ No newline at end of file diff --git a/packages/ui/src/components/Hero.tsx b/packages/ui/src/components/Hero.tsx index a671b50..54b38df 100644 --- a/packages/ui/src/components/Hero.tsx +++ b/packages/ui/src/components/Hero.tsx @@ -26,6 +26,7 @@ export default function HeroComponent({ href={button && button.link} style={inlineStyles} onClick={handleLinkClick} + //백그라운드 사진 렌더링 필요 > )}