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 6af4c27 commit beed830Copy full SHA for beed830
package.json
@@ -108,7 +108,7 @@
108
"karma": "5.1.0",
109
"karma-chrome-launcher": "3.1.0",
110
"karma-cli": "2.0.0",
111
- "karma-coverage-istanbul-reporter": "3.0.3",
+ "karma-coverage-istanbul-reporter": "2.1.1",
112
"karma-firefox-launcher": "1.3.0",
113
"karma-mocha": "2.0.1",
114
"karma-safari-launcher": "1.0.0",
repo-scripts/changelog-generator/package.json
@@ -14,7 +14,8 @@
14
"build": "tsc",
15
"build:dev": "tsc -w",
16
"test": "yarn type-check",
17
- "prepare": "yarn build"
+ "prepare": "yarn build",
18
+ "type-check": "tsc -p . --noEmit"
19
},
20
"dependencies": {
21
"@changesets/types": "3.1.0",
0 commit comments