We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20888a commit f514efbCopy full SHA for f514efb
package.json
@@ -20,8 +20,8 @@
20
"testAPI": "tape ./tests/api/*.js",
21
"test": "node ./tests/tester -a",
22
"lint": "standard",
23
- "prepublishOnly": "npm run lint",
24
- "prepare": "npm run build:dist && npm run testBuildIntegrity",
+ "prepare": "npm run build:dist",
+ "prepublishOnly": "npm run lint && npm run testBuildIntegrity",
25
"build:dist": "babel lib/ -d dist/",
26
"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",
27
"formatTest": "node ./scripts/formatTest"
0 commit comments