Skip to content

Commit d3473fc

Browse files
ekpyroncameel
authored andcommitted
package.json: Remove npm run prepublishOnly from pretest
1 parent 269f4e3 commit d3473fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- run:
2828
name: install-npm
2929
command: npm install
30+
- run:
31+
name: updateBinary
32+
command: npm run updateBinary
3033
- run:
3134
name: test
3235
command: npm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "node ./node_modules/semistandard/bin/cmd.js",
1111
"updateBinary": "node downloadCurrentVersion.js && node verifyVersion.js",
1212
"prepublishOnly": "npm run updateBinary",
13-
"pretest": "npm run lint && npm run updateBinary",
13+
"pretest": "npm run lint",
1414
"test": "tape ./test/index.js",
1515
"coverage": "node ./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js",
1616
"coveralls": "npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"

0 commit comments

Comments
 (0)