diff --git a/package.json b/package.json index b2687e4..d449077 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "prettier": "^2.3.0" }, "scripts": { + "preinstall": "git config core.hooksPath .hooks", "format": "prettier --write './**/*.{php,html,htm,yaml}'" } }