mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore(project): modify docs:gen-locale rm -rf to rimraf (#3470)
This commit is contained in:
parent
477519a52e
commit
e78e7ce67a
@ -33,7 +33,7 @@
|
||||
"docs:build": "cd docs && yarn build",
|
||||
"docs:serve": "cd docs && yarn serve",
|
||||
"init:crowdin": "esno build/crowdin-credentials.ts",
|
||||
"docs:gen-locale": "rm -rf docs/.vitepress/i18n && esno build/crowdin-generate.ts"
|
||||
"docs:gen-locale": "rimraf docs/.vitepress/i18n && esno build/crowdin-generate.ts"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
Loading…
Reference in New Issue
Block a user