From 6fc609a125bf6aea495d7c4b04df267b51197aae Mon Sep 17 00:00:00 2001 From: Zntb Date: Thu, 16 Jan 2025 16:47:46 +0200 Subject: [PATCH] Update package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 3eee4ff..80885ae 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,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"