File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11node_modules /
2+ coverage /
Original file line number Diff line number Diff line change 44install :
55 - npm install -g babel-cli gulp
66 - npm install
7- script :
8- - npm run coveralls
7+ script : npm run coverage
98deploy :
109 provider : script
1110 script : gulp
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build" : " gulp default" ,
88 "prepublish" : " npm run build; npm run test" ,
9- "test" : " babel-node ./node_modules/istanbul/lib/cli cover --report lcovonly ./node_modules/mocha/bin/_mocha -- --require index.js" ,
10- "cover" : " babel-node ./node_modules/istanbul/lib/cli cover --report lcovonly ./node_modules/mocha/bin/_mocha -- --require index.js" ,
11- "coveralls " : " npm run test -- && cat ./coverage/lcov.info | coveralls"
9+ "test" : " babel-node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha -- --require index.js" ,
10+ "cover" : " babel-node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha -- --require index.js" ,
11+ "coverage " : " npm run test -- && cat ./coverage/lcov.info | ./node_modules/ coveralls/bin/coveralls.js "
1212 },
1313 "keywords" : [
1414 " react" ,
You can’t perform that action at this time.
0 commit comments