mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 14:25:30 +08:00
chore: Add postinstall for husky install
This commit is contained in:
parent
d2e1e740d0
commit
917a09767d
2
.husky/.gitignore
vendored
2
.husky/.gitignore
vendored
@ -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
Block a user