remove react-scripts, change build commands

This commit is contained in:
gillkyle
2021-04-24 12:12:47 -06:00
parent c96f79726c
commit 33a4b394d8
4 changed files with 135 additions and 3423 deletions

View File

@@ -27,13 +27,12 @@
"react-feather": "^1.1.6",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-spinners": "^0.5.3",
"recompose": "^0.30.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "gatsby develop",
"build": "gatsby build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},