mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-add CRA eject in case it's needed
This commit is contained in:
parent
22020a18a4
commit
8b299fcf14
1 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue