From 2222f492b0c81a46c3241bd1e04014feb870eb66 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Thu, 1 Oct 2020 20:54:52 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",