chore: 配置全局删除依赖命令
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
"scripts": {
|
||||
"build": "rimraf dist && 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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user