From be2e419e227b5c3f874694a8318eed303016e3fb Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 9 May 2024 18:09:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vercel=20cd=20=EC=88=98=EC=A0=955?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index e69de29..a7ac9f9 100644 --- a/build.sh +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./frontend/* ./output +cp -R ./output ./frontend/ \ No newline at end of file