From 5b5ce7e4f0649732c8401cecc1bc7889a075ed5a Mon Sep 17 00:00:00 2001 From: karl-police Date: Sun, 18 Aug 2024 20:33:30 +0200 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2eb910..71b36b8 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,10 @@ "deploy-dist": "gh-pages -d dist", "deploy-public": "gh-pages -d public", "start": "react-scripts start", - "build": "react-scripts build && cp build/index.html build/404.html", + "build": "react-scripts build", + "build-old": "react-scripts build && cp build/index.html build/404.html", "test": "react-scripts test", - "eject": "react-scripts eject", + "eject": "react-scripts eject" }, "eslintConfig": { "extends": [