BREAKING CHANGE: Removed binaries solana-localnet and solana-bpf-sdk-install. Please install the Solana CLI tools to download the BPF SDK and to install the solana-test-validator binary intead.
15 lines
254 B
Bash
15 lines
254 B
Bash
# |source| this file
|
|
|
|
set -ex
|
|
solana --version
|
|
|
|
ls -l lib
|
|
test -r lib/index.iife.js
|
|
test -r lib/index.cjs.js
|
|
test -r lib/index.esm.js
|
|
npm run doc
|
|
npm run lint
|
|
npm run codecov
|
|
npm run test:live-with-test-validator
|
|
npm run test:browser-with-test-validator
|