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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -49,7 +49,6 @@
"lint:fix": "npm run pretty:fix && eslint . --fix",
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
"ok": "run-s lint test doc",
"prepare": "run-s clean build",
"pretty": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
"pretty:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
"re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",