19 lines
375 B
Bash
19 lines
375 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 defs
|
|
npm run flow
|
|
npm run lint
|
|
npm run codecov
|
|
make -C examples/bpf-c-noop/
|
|
cargo build-bpf --manifest-path examples/bpf-rust-noop/Cargo.toml
|
|
npm run test:live-with-test-validator
|
|
npm run test:browser-with-test-validator
|