Merge pull request #31 from Kysen777/husky

chore: Added the husky initialization script
This commit is contained in:
Charlie Wang 2023-03-06 15:43:29 +08:00 committed by GitHub
commit 9ddc160064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

0
.husky/commit-msg Normal file → Executable file
View File

0
.husky/pre-commit Normal file → Executable file
View File

View File

@ -12,7 +12,8 @@
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest",
"plop": "plop"
"plop": "plop",
"prepare": "npx husky install"
},
"dependencies": {
"@vant/touch-emulator": "^1.4.0",