Skip to content

Commit f5a25a2

Browse files
committed
chore: build rimraf 命令替换
1 parent 1a58fcf commit f5a25a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build:gulp": "gulp -f gulpfile.js",
8-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
8+
"clean": "rimraf .turbo node_modules dist"
99
},
1010
"devDependencies": {
1111
"@babel/preset-env": "catalog:",

0 commit comments

Comments
 (0)