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

@@ -23,7 +23,8 @@
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1",
"clean:lock": "rimraf pnpm-lock.yaml && rimraf package.lock.json",
"clean:lib": "rimraf node_modules"
"clean:lib": "rimraf node_modules",
"clean": "rimraf node_modules"
},
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",