chore(project): modify docs:gen-locale rm -rf to rimraf (#3470)

This commit is contained in:
btea 2021-09-17 21:07:14 +08:00 committed by GitHub
parent 477519a52e
commit e78e7ce67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {