chore: fetch bpf-sdk before publishing

This commit is contained in:
Michael Vines 2018-10-29 14:32:47 -07:00
parent 0d0f2a729b
commit 866e8d6892
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"localnet:update": "bin/localnet.sh update",
"localnet:logs": "bin/localnet.sh logs -f",
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
"prepare": "npm run clean && npm run ok && npm run build",
"prepare": "npm run clean && npm run ok && npm run fetch-bpf-sdk && npm run build",
"examples": "set -ex; for example in examples/*.js; do node $example; done",
"re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git"
},