test: add i18n duplicate key check

This commit is contained in:
Tyke Chen
2026-07-09 15:25:36 +08:00
parent ef2ed07c1c
commit af5fbb5282
2 changed files with 98 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"test": "npm run test:i18n",
"test:i18n": "node scripts/check-i18n.js",
"build": "vue-cli-service build",
"analyze": "cross-env ANALYZE=true vue-cli-service build"
},