diff --git a/package.json b/package.json index 82e10fe..951efdb 100755 --- a/package.json +++ b/package.json @@ -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",