diff --git a/package.json b/package.json index 5b7ca96d66..da01d27dd5 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist", "changelog": "npm run lint:changelog && tsx scripts/print-changelog.ts", "check-commit": "tsx scripts/check-commit.ts", - "clean": "antd-tools run clean && rm -rf es lib coverage locale dist report.html artifacts.zip oss-artifacts.zip", - "clean:lockfiles": "rm -rf package-lock.json yarn.lock", + "clean": "antd-tools run clean && rimraf es lib coverage locale dist report.html artifacts.zip oss-artifacts.zip", + "clean:lockfiles": "rimraf package-lock.json yarn.lock", "precompile": "npm run prestart", "compile": "npm run clean && antd-tools run compile", "predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run test:site", @@ -161,8 +161,8 @@ "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@emotion/react": "^11.11.4", "@emotion/css": "^11.11.2", + "@emotion/react": "^11.11.4", "@emotion/server": "^11.11.0", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@inquirer/prompts": "^5.1.2", @@ -307,6 +307,7 @@ "remark-lint-no-undefined-references": "^5.0.0", "remark-preset-lint-recommended": "^7.0.0", "remark-rehype": "^11.1.0", + "rimraf": "^6.0.1", "runes2": "^1.1.4", "semver": "^7.6.2", "sharp": "^0.33.4",