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 d4c9279 commit 88b3e88Copy full SHA for 88b3e88
package.json
@@ -8,7 +8,7 @@
8
"types": "./index.d.ts",
9
"scripts": {
10
"prepare": "microbundle",
11
- "test": "eslint *.js && npm run -s prepare && karmatic",
+ "test": "eslint *.js && npm run -s prepare && karmatic --no-coverage",
12
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"eslintConfig": {
0 commit comments