From 15e53f56fc8439461f00b0041d8e8942c9b8f259 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Tue, 13 Dec 2022 08:10:12 -0600 Subject: [PATCH] added gh-pages scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 91ca51f..aa376f1 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,8 @@ "typescript": "^4.5.4" }, "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",