We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b20703 commit ee91213Copy full SHA for ee91213
.gitignore
@@ -8,6 +8,7 @@ node_modules
8
9
# production
10
/build
11
+build.zip
12
13
# misc
14
.DS_Store
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"server": "node server/index.js",
28
"start": "react-scripts start",
29
- "build": "react-scripts build",
+ "build": "react-scripts build && cd build && zip -r ../build.zip *",
30
"test": "react-scripts test --env=jsdom",
31
"eject": "react-scripts eject",
32
"deploy": "react-scripts build && surge -p build -d https://gre-lowrezjam2017.surge.sh"
0 commit comments