Remove `eject` script, hopefully it will never be used

This commit is contained in:
Deluan 2021-07-08 21:09:38 -04:00
parent 334068c8bf
commit 53fe2e98c5
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint --max-warnings 0 src/**/*.js",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings 0 src/*.js src/**/*.js",
"prettier": "prettier --write src/*.js src/**/*.js",
"check-formatting": "prettier -c src/*.js src/**/*.js"
},