fix(build): use rimraf (#9851)

This commit is contained in:
Sepush
2021-11-13 17:08:18 +08:00
committed by GitHub
parent b163d87064
commit d5be481eab
4 changed files with 6 additions and 3 deletions

View File

@@ -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",