chore: 配置全局删除依赖命令
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user