mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: update script for cross-platform compatibility (#50184)
This commit is contained in:
parent
bcf2f0ec7f
commit
03c5332e47
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user