We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea05fe commit 7b7bf63Copy full SHA for 7b7bf63
package.json
@@ -29,7 +29,7 @@
29
"prebuild": "npm run test && npm run clean",
30
"build": "tsdx build && npm run style",
31
"test": "tsdx test --env=jsdom",
32
- "test:coverage": "npm run test --coverage && cat ./coverage/lcov.info | coveralls",
+ "test:coverage": "tsdx test --env=jsdom --coverage && cat ./coverage/lcov.info | coveralls",
33
"sass": "node-sass-chokidar scss/main.scss dist/ReactMorphingModal.css",
34
"postsass": "postcss dist/ReactMorphingModal.css --use autoprefixer -m -o dist/ReactMorphingModal.css",
35
"mincss": "postcss dist/ReactMorphingModal.css --use cssnano -o dist/ReactMorphingModal.min.css",
0 commit comments