Skip to content

Commit 4fde3dd

Browse files
fix: jest
1 parent 450855d commit 4fde3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"test": "jest --config=jest.config.js --watchAll=false",
2626
"test-watch": "jest --config=jest.config.js --watchAll",
27-
"typescript": "tsc --noEmit",
27+
"typecheck": "tsc --noEmit",
2828
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2929
"prepare": "husky install && bob build",
3030
"release": "release-it --ci",
@@ -87,7 +87,7 @@
8787
"husky": {
8888
"hooks": {
8989
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
90-
"pre-commit": "yarn lint && yarn typescript"
90+
"pre-commit": "yarn lint && yarn typecheck"
9191
}
9292
},
9393
"commitlint": {

0 commit comments

Comments
 (0)