From affc3e44f66a0c2fc759e4a6fe67dc59b85e89cd Mon Sep 17 00:00:00 2001 From: theBowja Date: Wed, 24 May 2023 21:06:53 -0400 Subject: [PATCH] . --- scripts/publish/tcg/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish/tcg/index.js b/scripts/publish/tcg/index.js index 1989b90fb82..7fda58333ff 100644 --- a/scripts/publish/tcg/index.js +++ b/scripts/publish/tcg/index.js @@ -21,7 +21,7 @@ for (let [key, value] of Object.entries(replacementpackagejson)) helper.writeFile('./package.json', JSON.stringify(packagejson, null, '\t')); // Build genshin-db and re-generate dynamic files. -execSync('node ./generate.js tcg', { cwd: 'scripts/generate', stdio: [0, 1, 2] }); +execSync('npm run combineData tcg', { stdio: [0, 1, 2] }); // Publish the scoped package. execSync('npm publish --access public', { stdio:[0, 1, 2] });