2020-06-14 22:01:13 -07:00
|
|
|
# |source| this file
|
|
|
|
|
2020-06-18 00:19:08 -07:00
|
|
|
set -ex
|
2020-12-15 13:24:28 -08:00
|
|
|
solana --version
|
2020-06-18 00:19:08 -07:00
|
|
|
|
2020-06-14 22:01:13 -07:00
|
|
|
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 defs
|
|
|
|
npm run flow
|
|
|
|
npm run lint
|
|
|
|
npm run codecov
|
|
|
|
make -C examples/bpf-c-noop/
|
2020-12-15 13:24:28 -08:00
|
|
|
cargo build-bpf --manifest-path examples/bpf-rust-noop/Cargo.toml
|
|
|
|
npm run test:live-with-test-validator
|
2021-02-05 18:59:00 -08:00
|
|
|
npm run test:browser-with-test-validator
|