diff --git a/package.json b/package.json index e321285..47ce8b1 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,9 @@ "yarn": "^1.22.10" }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" + "build": "CI=false && react-scripts build", + "start": "serve -s build/" + }, "eslintConfig": { "extends": [