File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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 8
8
},
9
9
"scripts" : {
10
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" ,
11
+ "updateBinary" : " node downloadCurrentVersion.js && node verifyVersion.js" ,
12
+ "prepublishOnly" : " npm run updateBinary" ,
13
+ "pretest" : " npm run lint" ,
13
14
"test" : " tape ./test/index.js" ,
14
15
"coverage" : " node ./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js" ,
15
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