File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 "babel" : " babel src -d dist" ,
1313 "clean" : " rm -rf dist && mkdir dist" ,
1414 "build" : " npm run clean && npm run babel && npm run ignore" ,
15- "test" : " istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec" ,
16- "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage" ,
17- "cov" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec" ,
15+ "test" : " istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec --colors " ,
16+ "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --colors && rm -rf ./coverage" ,
17+ "cov" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --colors " ,
1818 "test-popper" : " popper" ,
1919 "version" : " npm run build && git add -A" ,
2020 "postversion" : " git push && git push --tags"
You can’t perform that action at this time.
0 commit comments