diff --git a/package.json b/package.json index de0d6e85..5d84dc2a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tachyons": "^4.12.0" }, "scripts": { - "start": "react-scripts start", + "start": "serve -s build", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject"