refactor: 修正文档
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"lint:eslint": "eslint 'package/**/*.{vue,ts,tsx}' --fix",
|
||||
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
|
||||
"postinstall": "npm run build",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"commit": "git add . && git-cz && git push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@layui/layui-vue": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user