@@ -23,4 +23,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
-/scraper/public
+/scraper/public
+/app/.env
@@ -1 +0,0 @@
-REACT_APP_API='http://192.168.2.199:3001'
@@ -27,7 +27,7 @@
},
"scripts": {
"start": "react-scripts start",
- "build": "react-scripts build",
+ "build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
"test": "react-scripts test",
"eject": "react-scripts eject"
@@ -4,7 +4,7 @@
"name": "CritterCrossing",
"dir": "app",
"artifacts": [
- "build/"
+ "frontend.tar.gz"
]
{