diff --git a/zubhub_frontend/zubhub/package.json b/zubhub_frontend/zubhub/package.json index e4f0b4efc..fb2dfe4c7 100644 --- a/zubhub_frontend/zubhub/package.json +++ b/zubhub_frontend/zubhub/package.json @@ -43,8 +43,8 @@ }, "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", - "start": "react-scripts --max_old_space_size=4096 start", - "build": "react-scripts --max_old_space_size=4096 build", + "start": "react-scripts start", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "pretty": "prettier --config ./.prettierrc.yaml --write \"src/**/*.{js,jsx}\""