chore: 配置全局删除依赖命令

This commit is contained in:
wangxuefeng
2025-02-20 16:02:01 +08:00
parent af044793ab
commit b15a13a223
17 changed files with 368 additions and 12833 deletions

View File

@@ -14,7 +14,8 @@
"vite:build:pre": "vite build --mode staging",
"vite:build:pro": "vite build --mode production",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"clean": "rimraf node_modules"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",