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 184df40 commit 2da2afcCopy full SHA for 2da2afc
package.json
@@ -5,7 +5,7 @@
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
7
"scripts": {
8
- "test": "jest",
+ "test": "jest && codecov",
9
"tslint": "tslint -p .",
10
"type-check": "tsc --noEmit",
11
"prepublishOnly": "tsc -p ./ --outDir dist/",
0 commit comments