diff --git a/.husky/_/.gitignore b/.husky/_/.gitignore index 5e4debc..f59ec20 100644 --- a/.husky/_/.gitignore +++ b/.husky/_/.gitignore @@ -1 +1 @@ -* +* \ No newline at end of file diff --git a/package.json b/package.json index e04051e..addcf6d 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:lint-staged": "lint-staged", "fix": "eslint src --fix", + "prepare": "husky install", "preinstall": "npx only-allow pnpm" }, "dependencies": {