From 917a09767d1cfbe8ac1827d2da61fbcab8ad4f1e Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 6 Mar 2021 23:04:54 +0900 Subject: [PATCH] chore: Add postinstall for husky install --- .husky/.gitignore | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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": [