|
@@ -27,7 +27,7 @@
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"start": "react-scripts start",
|
|
"start": "react-scripts start",
|
|
|
- "build": "react-scripts build",
|
|
|
|
|
|
|
+ "build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
|
|
|
"test": "react-scripts test",
|
|
"test": "react-scripts test",
|
|
|
"eject": "react-scripts eject"
|
|
"eject": "react-scripts eject"
|
|
|
},
|
|
},
|