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