Replace rimraf with del-cli (#9792)

Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
This commit is contained in:
LitoMore 2023-11-05 15:34:39 +08:00 committed by GitHub
parent 31a5095975
commit 361702ae9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@
"devDependencies": {
"@inquirer/prompts": "3.2.0",
"chalk": "5.3.0",
"del-cli": "5.1.0",
"editorconfig-checker": "5.1.1",
"esbuild": "0.19.4",
"fake-diff": "1.0.0",
@ -98,7 +99,6 @@
"named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"svg-path-bbox": "1.2.4",
"svg-path-segments": "1.0.0",
"svglint": "2.4.0",
@ -108,7 +108,7 @@
},
"scripts": {
"build": "node scripts/build/package.js",
"clean": "rimraf index.js index.mjs index.d.ts sdk.js",
"clean": "del-cli index.js index.mjs index.d.ts sdk.js",
"format": "prettier --write .",
"lint": "run-s our-lint jslint jsonlint svglint wslint",
"our-lint": "node scripts/lint/ourlint.js",