remove husky

This commit is contained in:
Saleel
2024-02-07 16:43:26 +04:00
parent 2a543694c0
commit e64a30acb0
2 changed files with 1 additions and 7 deletions

View File

@@ -4,8 +4,7 @@
"scripts": {
"g:tsc": "cd $INIT_CWD && tsc",
"g:jest": "cd $INIT_CWD && jest",
"test": "jest",
"prepare": "husky install"
"test": "jest"
},
"workspaces": [
"packages/*",
@@ -20,7 +19,6 @@
"@types/libmime": "^5.0.3",
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",