build: remove unused configuration for husky
980efe83e2f2dfd67756081abe275875658f6183 removed the dependency on husky, then this configuration is also needless.
This commit is contained in:
parent
e230fbfc91
commit
be74ae2f15
@ -42,11 +42,5 @@
|
||||
"prettier": "^1.19.1",
|
||||
"ts-jest": "^26.5.3",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user