From 9190a49aeb1fb996dd31be7344b4c8a9efccca3e Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Thu, 4 May 2023 21:20:25 +0200 Subject: [PATCH] Update build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e343fcc..bb6b1de 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build & npx http-server ./build -p 3030", "test": "react-scripts test", "eject": "react-scripts eject", "serve-build": "npx http-server ./build -p 3030"