Skip to content

Commit 7b7bf63

Browse files
committed
fix: produce coverage report
1 parent dea05fe commit 7b7bf63

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
@@ -29,7 +29,7 @@
2929
"prebuild": "npm run test && npm run clean",
3030
"build": "tsdx build && npm run style",
3131
"test": "tsdx test --env=jsdom",
32-
"test:coverage": "npm run test --coverage && cat ./coverage/lcov.info | coveralls",
32+
"test:coverage": "tsdx test --env=jsdom --coverage && cat ./coverage/lcov.info | coveralls",
3333
"sass": "node-sass-chokidar scss/main.scss dist/ReactMorphingModal.css",
3434
"postsass": "postcss dist/ReactMorphingModal.css --use autoprefixer -m -o dist/ReactMorphingModal.css",
3535
"mincss": "postcss dist/ReactMorphingModal.css --use cssnano -o dist/ReactMorphingModal.min.css",

0 commit comments

Comments
 (0)