Update build script

This commit is contained in:
BorysLevytskyi
2023-05-04 21:20:25 +02:00
parent 278d4e3a24
commit 9190a49aeb

View File

@@ -26,7 +26,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build & npx http-server ./build -p 3030",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"serve-build": "npx http-server ./build -p 3030" "serve-build": "npx http-server ./build -p 3030"