Update package.json

This commit is contained in:
tooomm 2022-01-31 13:41:54 +01:00 committed by GitHub
parent 992e28797f
commit f93c0a4c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
"postinstall:windows": "powershell .\\copy_shared_files.ps1",
"postinstall:default": "./copy_shared_files.sh",
"start": "cross-env ESLINT_NO_DEV_ERRORS=true react-scripts start",
"build": "react-scripts build",
"build": "cross-env DISABLE_ESLINT_PLUGIN=true react-scripts build",
"test": "cross-env CI=true react-scripts test",
"test:watch": "react-scripts test",
"eject": "react-scripts eject",