Update package.json

DISABLE_ESLINT_PLUGIN='true'
This commit is contained in:
Jialinvip 2023-08-11 21:36:22 +08:00 committed by GitHub
parent 9b621a1ca1
commit 6668180369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
},