Skip to content

Commit 198eb20

Browse files
committed
🐛 fix yarn coveralls
1 parent 421ab7a commit 198eb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:lib": "yarn clean && yarn lib:build",
1212
"clean": "node ./scripts/clean.js",
1313
"coverage": "yarn test --coverage",
14-
"coveralls": "yarn test --runInBand && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
14+
"coveralls": "yarn coverage --runInBand && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1515
"dev": "concurrently --names \"SERVER,TESTS\" --prefix \"{time}|{name}\" \"yarn styleguide:watch\" \"yarn test:watch\"",
1616
"git:reset": "git checkout master && git pull",
1717
"lib:build": "rollup -c config/rollup.config.js",

0 commit comments

Comments
 (0)