re-add CRA eject in case it's needed

This commit is contained in:
Collin M. Barrett 2020-02-08 09:00:09 -06:00
parent 22020a18a4
commit 8b299fcf14

View file

@ -25,7 +25,8 @@
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"proxy": "https://filterlists.com",
"eslintConfig": {