diff --git a/web/package.json b/web/package.json index 65a6d22dc..34b9237c0 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --no-cache", "eject": "react-scripts eject" }, "eslintConfig": {