diff --git a/package.json b/package.json index e9581dc..9d8a3a3 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "scripts": { "build": "ncc build src/main.ts --minify", "watch": "ncc build src/main.ts --watch", + "pretest": "git config core.hooksPath .githooks", "test": "jest" }, "repository": {