diff --git a/zubhub_frontend/zubhub/package.json b/zubhub_frontend/zubhub/package.json index 0ea2e604..e3337fd0 100644 --- a/zubhub_frontend/zubhub/package.json +++ b/zubhub_frontend/zubhub/package.json @@ -58,7 +58,7 @@ "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "ESLINT_NO_DEV_ERRORS=true react-scripts start", - "build": "node --max-old-space-size=1024 node_modules/react-scripts/bin/react-scripts.js build", + "build": "DISABLE_ESLINT_PLUGIN=true node --max-old-space-size=1024 node_modules/react-scripts/bin/react-scripts.js build", "test": "react-scripts test", "eject": "react-scripts eject", "pretty": "prettier --config ./.prettierrc.yaml --write \"src/**/*.{js,jsx}\""