We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421ab7a commit 198eb20Copy full SHA for 198eb20
package.json
@@ -11,7 +11,7 @@
11
"build:lib": "yarn clean && yarn lib:build",
12
"clean": "node ./scripts/clean.js",
13
"coverage": "yarn test --coverage",
14
- "coveralls": "yarn test --runInBand && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
+ "coveralls": "yarn coverage --runInBand && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
15
"dev": "concurrently --names \"SERVER,TESTS\" --prefix \"{time}|{name}\" \"yarn styleguide:watch\" \"yarn test:watch\"",
16
"git:reset": "git checkout master && git pull",
17
"lib:build": "rollup -c config/rollup.config.js",
0 commit comments