mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(package): update postinstall script to use husky init for better setup
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dev:front": "cd front && pnpm run dev",
|
||||
"dev:backend": "cd backend && export PATH=$PATH:$(go env GOPATH)/bin && air",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"postinstall": "npx husky install",
|
||||
"postinstall": "npx husky init",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
Reference in New Issue
Block a user