chore: remove husky (#9967)
Fixes: FRMW-2765, FRMW-2760 Since no one is using it for a very long time we can get rid of it Closes: #9867
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
"express": "^4.17.1",
|
||||
"get-port": "^5.1.1",
|
||||
"glob": "^11.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"import-from": "^3.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"lint-staged": "^11.2.6",
|
||||
@@ -54,8 +53,6 @@
|
||||
"*.{md,yaml,yml}": "prettier --write"
|
||||
},
|
||||
"scripts": {
|
||||
"hooks:install": "husky install",
|
||||
"hooks:uninstall": "husky uninstall",
|
||||
"build": "turbo run build --concurrency=50% --no-daemon",
|
||||
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx .",
|
||||
"lint:path": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx",
|
||||
|
||||
Reference in New Issue
Block a user