diff --git a/package.json b/package.json index 85914b8..582d055 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "homepage": "https://rvimalakempegowda.github.io/Amazon_clone/", "name": "tutorial", "version": "0.1.0", "private": true, @@ -13,6 +14,8 @@ }, "scripts": { "start": "react-scripts start", + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"