Rebuild replays when using ./build full

This commit is contained in:
Guangcong Luo 2018-05-19 23:24:38 -04:00
parent 5a1b749a69
commit ad41ecb5a3

4
build
View File

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