File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11test :
22 override :
33 - nvm install 0.12 && npm test
4- - nvm install 4 && npm test
5- - nvm install 5 && npm test
4+ - nvm install 4 && npm run style && npm test
5+ - nvm install 5 && npm run style && npm test
66 post :
7- - npm install
8- - npm test
7+ - nvm install 5 && npm install && npm run style && npm test
98 - cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
Original file line number Diff line number Diff line change 3838 "scripts" : {
3939 "style" : " eslint src/*.js" ,
4040 "coverage" : " istanbul cover _mocha -- -u exports -R spec ./test/**/*" ,
41- "test" : " npm run style && npm run coverage" ,
41+ "test" : " npm run coverage" ,
4242 "codacy" : " npm run coverage && cat ./coverage/lcov.info | codacy-coverage" ,
4343 "preversion" : " npm test" ,
4444 "postversion" : " git push && git push --tags"
4949 "main" : " ./src/main.js" ,
5050 "dependencies" : {
5151 "copy-paste" : " ^1.3.0" ,
52- "diff2html" : " ^2.0.0-rc.9 " ,
52+ "diff2html" : " ^2.0.1 " ,
5353 "extend" : " ^3.0.0" ,
5454 "open" : " 0.0.5" ,
5555 "request" : " ^2.73.0" ,
6161 "eslint-plugin-promise" : " ^1.3.2" ,
6262 "eslint-plugin-standard" : " ^1.3.2" ,
6363 "istanbul" : " ^0.4.4" ,
64- "jscs" : " ^3.0.6" ,
6564 "mocha" : " ^2.5.3"
6665 },
6766 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments