Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
[RAFFLE-794] Featue: zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanooj0902 committed Mar 14, 2018
1 parent 2b7a612 commit 001823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 001823e

Please sign in to comment.