From 866e8d68925a775ce0beccd5c72600342e976e64 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 29 Oct 2018 14:32:47 -0700 Subject: [PATCH] chore: fetch bpf-sdk before publishing --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index fdbccf0aa6..40245cd50f 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -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" },