From 4ce959b73387632f6c8f069e7c9ffc981404347b Mon Sep 17 00:00:00 2001 From: "Gahee Kim (ZEDY)" <98090751+ZZKIM@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:42:02 +0900 Subject: [PATCH] Update package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50cfa39..39ff2a8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "predeploy": "npm run build", + "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": [ @@ -44,5 +46,6 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-react": "^7.32.2", "prettier": "^2.8.7" - } + }, + "homepage": "https://project-buildup.github.io/LandingPage/" }