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"