diff --git a/build-lists.js b/build-lists.js index 0a61cd2..2ab4a15 100644 --- a/build-lists.js +++ b/build-lists.js @@ -168,7 +168,8 @@ class BuildLists { const typeWithRelatedVideos = new Set([ 'app', - 'formula' + 'formula', + 'game' ]) return typeWithRelatedVideos.has( appType )