Skip to content

Commit eb77203

Browse files
committed
feat: Disable ESLint plugin during build process
1 parent fac7816 commit eb77203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"start": "PORT=4000 react-scripts start",
28-
"build": "react-scripts build",
28+
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
2929
"test": "react-scripts test",
3030
"eject": "react-scripts eject"
3131
},

0 commit comments

Comments
 (0)