Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Apr 21, 2019
1 parent 2ad8fed commit 0d1487a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
yarn-error.log
release
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
},
"scripts": {
"browserify": "browserify -o libs/js/bitcoin.js browserify.js --standalone bitcoin",
"templates": "grunt ngtemplates"
"templates": "grunt ngtemplates",
"maketargz": "tar --exclude=release --exclude=.idea --exclude=node_modules -czvf release/cryptography-toolkit.offline.tar.gz *",
"release": "rm -rf release && mkdir release && yarn maketargz && cd release && sha256sum -b * > cryptography-toolkit.offline.sum"
}
}

0 comments on commit 0d1487a

Please sign in to comment.