chore: add script to fetch bpf sdk

This commit is contained in:
Michael Vines 2018-10-29 12:04:02 -07:00
parent 66fbd4338f
commit 79066b7d26
2 changed files with 4 additions and 0 deletions

3
web3.js/.gitignore vendored
View File

@ -24,3 +24,6 @@ doc
# VIM swap files
*.sw*
# bpf-sdk
/bpf-sdk

View File

@ -35,6 +35,7 @@
"test:watch": "cross-env NODE_ENV=test jest --watch --useStderr",
"test:cover": "cross-env NODE_ENV=test jest --coverage --useStderr",
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
"fetch-bpf-sdk": "test -d bpf-sdk || curl http://solana-sdk.s3.amazonaws.com/0.10.0/bpf-sdk.tar.bz2 | tar jxv",
"flow": "flow stop; flow-typed install jest@22 && flow",
"flow:watch": "flow stop; watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
"flow:stop": "flow stop",