Skip to content

Commit

Permalink
disable eslint in prod build (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
  • Loading branch information
NdibeRaymond and Ndibe Raymond Olisaemeka authored Feb 22, 2024
1 parent b28f9aa commit 950445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zubhub_frontend/zubhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\""
Expand Down

0 comments on commit 950445e

Please sign in to comment.