File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
- run :
28
28
name : install-npm
29
29
command : npm install
30
+ - run :
31
+ name : updateBinary
32
+ command : npm run updateBinary
30
33
- run :
31
34
name : test
32
35
command : npm run test
Original file line number Diff line number Diff line change 10
10
"lint" : " node ./node_modules/semistandard/bin/cmd.js" ,
11
11
"updateBinary" : " node downloadCurrentVersion.js && node verifyVersion.js" ,
12
12
"prepublishOnly" : " npm run updateBinary" ,
13
- "pretest" : " npm run lint && npm run updateBinary " ,
13
+ "pretest" : " npm run lint" ,
14
14
"test" : " tape ./test/index.js" ,
15
15
"coverage" : " node ./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js" ,
16
16
"coveralls" : " npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"
You can’t perform that action at this time.
0 commit comments