From 001823e90a0a0c0b86d8c7c75cbbbdde3d81a09c Mon Sep 17 00:00:00 2001 From: Tanuj Soni Date: Wed, 14 Mar 2018 12:19:57 +0530 Subject: [PATCH] [RAFFLE-794] Featue: zip files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2fa2e..0427db1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "start": "npm-run-all -p watch-css start-js", "start-js": "react-scripts start", - "build": "npm run build-css && react-scripts build && node scripts/create-metadata.js && cp -a lib/lottery/contracts/ ./build/ && cp initfile.json ./build/", + "build": "npm run build-css && react-scripts build && node scripts/create-metadata.js && cp -a lib/lottery/contracts/ ./build/ && cp initfile.json ./build/ && cd build && zip -r app.zip *", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "build-css": "node-sass-chokidar src/ -o src/",