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/" }