solana/web3.js/.travis/script.sh

17 lines
282 B
Bash
Raw Normal View History

2020-06-14 22:01:13 -07:00
# |source| this file
set -ex
solana --version
npm run clean
npm run build
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 lint
npm run codecov
npm run test:live-with-test-validator
2021-02-05 18:59:00 -08:00
npm run test:browser-with-test-validator