Skip to content

Commit aaa7fd9

Browse files
authored
chore: stop building on npm prepare (#16126)
1 parent a60b8cb commit aaa7fd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
set -ex
44
solana --version
55

6+
npm run clean
7+
npm run build
68
ls -l lib
79
test -r lib/index.iife.js
810
test -r lib/index.cjs.js

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"lint:fix": "npm run pretty:fix && eslint . --fix",
5050
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
5151
"ok": "run-s lint test doc",
52-
"prepare": "run-s clean build",
5352
"pretty": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
5453
"pretty:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
5554
"re": "semantic-release --repository-url [email protected]:solana-labs/solana-web3.js.git",

0 commit comments

Comments
 (0)