Skip to content

Commit

Permalink
chore: Add postinstall for husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 6, 2021
1 parent d2e1e74 commit 917a097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 917a097

Please sign in to comment.