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

@@ -9,7 +9,8 @@
"scripts": {
"build": "tsc",
"clean:lock": "rimraf pnpm-lock.yaml && rimraf package.lock.json",
"clean:lib": "rimraf node_modules"
"clean:lib": "rimraf node_modules",
"clean": "rimraf node_modules"
},
"license": "MIT",
"dependencies": {