chore: fetch bpf-sdk before publishing
This commit is contained in:
parent
0d0f2a729b
commit
866e8d6892
|
@ -55,7 +55,7 @@
|
||||||
"localnet:update": "bin/localnet.sh update",
|
"localnet:update": "bin/localnet.sh update",
|
||||||
"localnet:logs": "bin/localnet.sh logs -f",
|
"localnet:logs": "bin/localnet.sh logs -f",
|
||||||
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
|
"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",
|
"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"
|
"re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue