diff --git a/.husky/.gitignore b/.husky/.gitignore index 31354ec..c9cdc63 100644 --- a/.husky/.gitignore +++ b/.husky/.gitignore @@ -1 +1 @@ -_ +_ \ No newline at end of file diff --git a/package.json b/package.json index 49cfd47..947ccb1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "tsc": "tsc", "format": "prettier --write **/*.ts", "format:check": "prettier --check **/*.ts", - "release": "standard-version" + "release": "standard-version", + "postinstall": "npx husky install" }, "lint-staged": { "{src,__tests__}/**/*.ts": [