Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

Commit 201f91e

Browse files
committed
[BA-794] Zip in build folder
1 parent eaad4e9 commit 201f91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"start:back": "npm-run-all -p watch-css start-js > stdout.text 2> stderr.txt &",
3535
"start-js-windows": "react-scripts start",
3636
"start-windows": "npm-run-all -p watch-css start-js-windows",
37-
"build": "npm run build-css && react-scripts build && cp initfile.json ./build && node scripts/create-metadata.js && cp -a contracts ./build",
37+
"build": "npm run build-css && react-scripts build && cp initfile.json ./build && node scripts/create-metadata.js && cp -a contracts ./build && cd build && zip -r app.zip *",
3838
"test": "react-scripts test --env=jsdom",
3939
"eject": "react-scripts eject"
4040
}

0 commit comments

Comments
 (0)