diff --git a/package.json b/package.json index 9d2116b..305d308 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "homepage": "https://asmajalal.github.io/web-task-react-tic-tac-toe/", "name": "web-task-react-tic-tac-toe", "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", + "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": [