diff --git a/client/package.json b/client/package.json index d97ec18..9abb9da 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "scripts": { "start": "react-scripts start", - "build": "react-scripts --max_old_space_size=4096 build", + "build": "CI=false react-scripts --max_old_space_size=4096 build", "test": "react-scripts test --coverage --watchAll=false", "test:watch": "react-scripts test --coverage", "eject": "react-scripts eject",