add translations comparison to dev command

This commit is contained in:
Matteias Collet 2020-07-10 01:00:05 +02:00
parent 2c3f65bd83
commit 887bf12f0b

View file

@ -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",