Remove eject script, hopefully it will never be used
This commit is contained in:
+1
-2
@@ -49,8 +49,7 @@
|
|||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"lint": "eslint --max-warnings 0 src/**/*.js",
|
"lint": "eslint --max-warnings 0 src/*.js src/**/*.js",
|
||||||
"eject": "react-scripts eject",
|
|
||||||
"prettier": "prettier --write src/*.js src/**/*.js",
|
"prettier": "prettier --write src/*.js src/**/*.js",
|
||||||
"check-formatting": "prettier -c src/*.js src/**/*.js"
|
"check-formatting": "prettier -c src/*.js src/**/*.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user