From d55c0009f423af3718ed8c255e09505b8588a93b Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 19:54:41 -0500 Subject: [PATCH] Add bundles to individual files --- build-lists.js | 5 +++++ 1 file changed, 5 insertions(+) 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