Update package.json
DISABLE_ESLINT_PLUGIN='true'
This commit is contained in:
parent
9b621a1ca1
commit
6668180369
@ -18,7 +18,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build": "DISABLE_ESLINT_PLUGIN='true' react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user