mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
fix(build): use rimraf (#9851)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf ./dist",
|
||||
"clean": "rimraf ./dist",
|
||||
"dev": "rollup --config rollup.config.js --watch",
|
||||
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
|
||||
"build:bundle": "rollup --config rollup.config.js",
|
||||
|
Reference in New Issue
Block a user