Skip to content

Commit 6df0b04

Browse files
committed
build: remove the config for husky
husky has been removed by 980efe8 at 2019 Nov.
1 parent 3bc31aa commit 6df0b04

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,5 @@
4444
"prettier": "^1.19.1",
4545
"ts-jest": "^26.5.3",
4646
"typescript": "^4.2.3"
47-
},
48-
"husky": {
49-
"skipCI": true,
50-
"hooks": {
51-
"pre-commit": "npm run build && npm run format"
52-
}
5347
}
5448
}

0 commit comments

Comments
 (0)