@@ -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"
]
{