From b5165df945e0bb7da4fb6f9caa8f74dd10fe6aa3 Mon Sep 17 00:00:00 2001 From: Asma Arain Date: Fri, 5 Jan 2024 19:05:34 +0500 Subject: [PATCH] pkges --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": [