Skip to content

Commit 1a230c8

Browse files
committed
🔧 update clean script
1 parent c3893d2 commit 1a230c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"build": "run-s build:sdk build:docs test",
40-
"clean:dist": "rm -rf dist",
40+
"clean:dist": "npx rimraf dist",
4141
"prebuild:sdk": "npm run clean:dist && npm run generate-sdk && npm run beautify",
4242
"build:sdk": "rollup --config",
4343
"postbuild:sdk": "shx cp dist/index.d.ts dist/index.esm.d.ts",

0 commit comments

Comments
 (0)