Update package.json

This commit is contained in:
Matteias Collet 2020-10-01 20:54:52 +02:00 committed by GitHub
parent 6945c0d1f9
commit 2222f492b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator",
"scripts": {
"dev": "yarn codes:inject && yarn translations:compare && vuepress dev site",
"build": "yarn codes:inject && yarn translations:compare && vuepress build site",
"build": "node ./scripts/inject_codes.js && yarn translations:compare && vuepress build site",
"format": "prettier --write ./site/**/*{.md,.js,.json,.vue}",
"translations:compare": "node ./scripts/compare_translations.js",
"codes:inject": "node ./scripts/inject_codes.js && yarn format",