diff --git a/build-lists.js b/build-lists.js index fc1e4d4..e76042c 100644 --- a/build-lists.js +++ b/build-lists.js @@ -266,6 +266,11 @@ class BuildLists { }) } + // Add App Bundles + if ( !!listEntry?.bundleIds ) { + listEntry.bundles = await this.getAppBundles( listEntry ) + } + // console.log(`Saving endpoint "${endpoint}" to "${endpointPath}"`) // Ensure the directory exists