From f607517373c1f9db8ab8e44d3b19236747c1a16e Mon Sep 17 00:00:00 2001 From: MINSEONG KIM Date: Wed, 28 May 2025 01:44:18 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=B9=8C=EB=93=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD=20(#190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index d9bea53d..e95a8da5 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh cd ../ mkdir output -cp -R ./25th-Web-Team-1-FE/* ./output -cp -R ./output ./25th-Web-Team-1-FE/ \ No newline at end of file +cp -R ./Instead-FE/* ./output +cp -R ./output ./Instead-FE/ \ No newline at end of file diff --git a/package.json b/package.json index a8605769..606a081e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "25th-web-team-1-fe", + "name": "instead-fe", "private": true, "type": "module", "scripts": {