Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
theBowja committed May 25, 2023
1 parent 04fab9e commit affc3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/tcg/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] });
Expand Down

0 comments on commit affc3e4

Please sign in to comment.