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.
2 parents e2c147c + 43198c5 commit fb7a98dCopy full SHA for fb7a98d
package.json
@@ -8,8 +8,8 @@
8
},
9
"scripts": {
10
"lint": "node ./node_modules/semistandard/bin/cmd.js",
11
- "prepublish": "node downloadCurrentVersion.js && node verifyVersion.js",
12
- "pretest": "npm run lint",
+ "prepublishOnly": "node downloadCurrentVersion.js && node verifyVersion.js",
+ "pretest": "npm run lint && npm run prepublishOnly",
13
"test": "tape ./test/index.js",
14
"coverage": "node ./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js",
15
"coveralls": "npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"
0 commit comments