Skip to content

Commit

Permalink
chore: stop building on npm prepare (#16126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Mar 25, 2021
1 parent a60b8cb commit aaa7fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:solana-labs/solana-web3.js.git",
Expand Down

0 comments on commit aaa7fd9

Please sign in to comment.