Skip to content

Commit

Permalink
disable download script
Browse files Browse the repository at this point in the history
  • Loading branch information
snogcel committed Feb 1, 2017
1 parent 9e66f26 commit 99a0b97
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 @@ -30,7 +30,7 @@
"bitcore-node-dash": "./bin/bitcore-node-dash"
},
"scripts": {
"preinstall": "./scripts/download",
"preinstall": "./scripts/download --skip-bitcoin-download",
"verify": "./scripts/download --skip-bitcoin-download --verify-bitcoin-download",
"test": "mocha -R spec --recursive",
"regtest": "./scripts/regtest",
Expand Down

0 comments on commit 99a0b97

Please sign in to comment.