Build replays in ./build full

Now that the replay repo is inside the client repo, this makes sense.
This commit is contained in:
Guangcong Luo 2019-06-27 14:41:24 -04:00
parent ac21fc1c77
commit 065cc828d1

1
build
View File

@ -36,6 +36,7 @@ case 'full':
execSync(`node ./build-tools/build-indexes`, options);
execSync(`node ./build-tools/build-learnsets`, options);
execSync(`node ./build-tools/build-minidex`, options);
execSync(`node ./replays/build`, options);
full = ' full';
break;
case 'indexes':