UNPKG

380 BJavaScriptView Raw
1/**
2 * @license
3 * https://github.com/bitcoincashjs/bchaddr
4 * Copyright (c) 2018-2019 Emilio Almansi
5 * Distributed under the MIT software license, see the accompanying
6 * file LICENSE or http://www.opensource.org/licenses/mit-license.php.
7 */
8
9var shell = require('shelljs')
10shell.config.fatal = true
11
12shell
13 .exec('git push')
14 .exec('git push --tags')
15 .exec('npm publish')