chore: 修改生命周期函数
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
"build:example": "vite build example",
|
||||
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
|
||||
"lint:prettier": "prettier --write \"src/**/*.{vue,ts}\"",
|
||||
"prepare": "husky install",
|
||||
"postinstall": "npm run prepare",
|
||||
"postinstall": "husky install",
|
||||
"commit": "git-cz",
|
||||
"commit:push": "git add . && git-cz && git push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user