add translations comparison to dev command
This commit is contained in:
parent
2c3f65bd83
commit
887bf12f0b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator",
|
||||
"scripts": {
|
||||
"dev": "yarn codes:inject && vuepress dev site",
|
||||
"dev": "yarn codes:inject && yarn translations:compare && vuepress dev site",
|
||||
"build": "yarn codes:inject && yarn translations:compare && vuepress build site",
|
||||
"format": "prettier --write ./site/**/*{.md,.js,.json,.vue}",
|
||||
"translations:compare": "node ./scripts/compare_translations.js",
|
||||
|
|
Loading…
Reference in a new issue