File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4848 - run : npm run types
4949
5050 # run tests!
51- - run : sudo npm install -g istanbul codecov
52- - run : istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
51+ - run : npm run istanbul
5352 - early_return_for_forked_pull_requests
54- - run : codecov -t ${CODECOV_TOKEN}
53+ - run : npm run codecov
5554
5655 docs :
5756 docker :
7574 command : npm run docs
7675 - run :
7776 name : Deploy docs to gh-pages branch
78- command : gh-pages --dist ./docs --branch master --dest ./docs --message "[skip ci] Updates"
77+ command : npm run gh-pages
7978
8079workflows :
8180 version : 2
Original file line number Diff line number Diff line change 1313 "redis" : " ^3.0.2"
1414 },
1515 "devDependencies" : {
16+ "codecov" : " ^3.8.1" ,
1617 "gh-pages" : " 2.0.1" ,
18+ "istanbul" : " ^0.4.5" ,
1719 "jsdoc" : " ^3.6.6" ,
1820 "jsdoc-ts-utils" : " ^1.1.2" ,
1921 "mocha" : " ^7.0.1" ,
2224 "scripts" : {
2325 "test" : " mocha --exit" ,
2426 "types" : " tsc" ,
25- "docs" : " jsdoc -c jsdoc.conf.json ./src -r -d ./docs -R ./README.md"
27+ "docs" : " jsdoc -c jsdoc.conf.json ./src -r -d ./docs -R ./README.md" ,
28+ "gh-pages" : " gh-pages --dist ./docs --branch master --dest ./docs --message \" [skip ci] Updates\" " ,
29+ "istanbul" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit" ,
30+ "codecov" : " codecov -t ${CODECOV_TOKEN}"
2631 },
2732 "main" : " index.js" ,
2833 "types" : " ./types"
You can’t perform that action at this time.
0 commit comments