chore: stop building on npm prepare (#16126)

This commit is contained in:
Justin Starry
2021-03-25 19:06:29 +08:00
committed by GitHub
parent ed828dae88
commit 43a116a84e
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
set -ex
solana --version
npm run clean
npm run build
ls -l lib
test -r lib/index.iife.js
test -r lib/index.cjs.js