chore: Add postinstall for husky install
This commit is contained in:
parent
d2e1e740d0
commit
917a09767d
|
@ -1 +1 @@
|
|||
_
|
||||
_
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue