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 450855d commit 4fde3ddCopy full SHA for 4fde3dd
package.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"test": "jest --config=jest.config.js --watchAll=false",
26
"test-watch": "jest --config=jest.config.js --watchAll",
27
- "typescript": "tsc --noEmit",
+ "typecheck": "tsc --noEmit",
28
"lint": "eslint \"**/*.{js,ts,tsx}\"",
29
"prepare": "husky install && bob build",
30
"release": "release-it --ci",
@@ -87,7 +87,7 @@
87
"husky": {
88
"hooks": {
89
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
90
- "pre-commit": "yarn lint && yarn typescript"
+ "pre-commit": "yarn lint && yarn typecheck"
91
}
92
},
93
"commitlint": {
0 commit comments