feat: ✨ 修改脚本
Showing
... | ... | @@ -13,7 +13,8 @@ |
"preview": "node build/index.js --preview", | ||
"lint:stage": "lint-staged", | ||
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"commitlint": "commitlint --edit" | ||
}, | ||
"dependencies": { | ||
"@riophae/vue-treeselect": "0.4.0", | ||
... | ... |
Please register or sign in to comment