diff --git a/package.json b/package.json index 449d5c2d..50c66114 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,6 @@ "ts-node": "^10.4.0", "typescript": "^4.1.3" }, - "hooks": { - "pre-commit": "lint-staged && yarn build && git add dist/index.*" - }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "prettier --write",