Skip to content

Commit f514efb

Browse files
committed
remove test from prepare script
1 parent b20888a commit f514efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"testAPI": "tape ./tests/api/*.js",
2121
"test": "node ./tests/tester -a",
2222
"lint": "standard",
23-
"prepublishOnly": "npm run lint",
24-
"prepare": "npm run build:dist && npm run testBuildIntegrity",
23+
"prepare": "npm run build:dist",
24+
"prepublishOnly": "npm run lint && npm run testBuildIntegrity",
2525
"build:dist": "babel lib/ -d dist/",
2626
"build:docs": "documentation build ./lib/index.js ./lib/runBlockchain.js ./lib/runBlock.js ./lib/runTx.js ./lib/runCode.js ./lib/runCall.js --format md --shallow > ./docs/index.md",
2727
"formatTest": "node ./scripts/formatTest"

0 commit comments

Comments
 (0)