diff --git a/build b/build index d36503d2b..a1bf632ae 100755 --- a/build +++ b/build @@ -61,3 +61,7 @@ default: } execSync(`node ./build-tools/update`, options); + +if (process.argv[2] === 'full') { + execSync(`node ../replay.pokemonshowdown.com/build`, options); +}