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