diff --git a/build.sh b/build.sh index d9bea53..e95a8da 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 a860576..606a081 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": {