diff --git a/frontend/package.json b/frontend/package.json index 0ed643104..0ab53b623 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,8 +25,8 @@ "build:css": "postcss src/styles/tailwind.css -o src/index.css", "watch:css": "postcss src/styles/tailwind.css -o src/index.css --watch", "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", + "build": "CI=false react-scripts build", + "test": "react-scripts test --detectOpenHandles", "eject": "react-scripts eject" }, "eslintConfig": {