build(husky): switch from postInstall to prepare

Husky changed their recommended install step to prepare. This mirrors the change from upstream.
This commit is contained in:
MrTimscampi 2021-03-02 10:03:48 +01:00
parent 222388f85d
commit 8fc53ed4cd

View File

@ -15,7 +15,7 @@
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style",
"test": "jest",
"postinstall": "husky install"
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,js,vue}": "eslint",