Update package.json

This commit is contained in:
Pa5sw0rd 2023-08-09 18:36:02 +08:00 committed by GitHub
parent 9c436921d1
commit ece061d814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "DISABLE_ESLINT_PLUGIN='true' react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },