diff --git a/package.json b/package.json index 4cb46eb..a9def2d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "homepage": "https://github.com/Elsayed-Rady-Elsayed/konado", "name": "konado", "version": "0.1.0", "private": true, @@ -18,7 +19,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", + "deoploy":"gh-pages -d build" }, "eslintConfig": { "extends": [