Skip to content

Commit 02ab4e8

Browse files
committed
chore(travis): pass verbose option to coveralls script
1 parent e5df258 commit 02ab4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint.test":
1515
"eslint -c .test.eslintrc.js --ignore-path .test.eslintignore",
1616
"coverage":
17-
"yarn test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
17+
"yarn test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose",
1818
"commit": "git-cz",
1919
"storybook": "start-storybook -p 6006 -s .storybook/assets",
2020
"build-storybook": "build-storybook -s .storybook/assets -o docs",

0 commit comments

Comments
 (0)