remove husky

This commit is contained in:
fmtabbara
2021-08-05 15:16:04 +01:00
parent b403ce1e62
commit 623448a220
-6
View File
@@ -31,13 +31,7 @@
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"babel-jest": "^27.0.6",
"husky": "^7.0.1",
"jest": "^27.0.6",
"typescript": "^4.2.2"
},
"husky": {
"hooks": {
"pre-push": "npm run test"
}
}
}