Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 21e913d

Browse files
committed
updated test:coverage command
1 parent 2f2724f commit 21e913d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"watch:api": "cd packages/api && yarn run watch",
2727
"watch:event": "cd packages/event && yarn run watch",
2828
"test": "jest --passWithNoTests",
29-
"test:coverage": "jest --coverage && coveralls < coverage/lcov.info",
29+
"test:coverage": "jest --coverage",
30+
"test:coverage:pushToCoveralls": "yarn run test:coverage && coveralls < coverage/lcov.info",
3031
"dev:publish": "lerna run build && lerna run dev:publish",
3132
"dev:push": "lerna run build && lerna run dev:push",
3233
"install:packages": "lerna exec yarn install",

0 commit comments

Comments
 (0)