diff --git a/development/metamaskbot-build-announce.js b/development/metamaskbot-build-announce.js index 33f84610f8e4..d449c8ce7259 100755 --- a/development/metamaskbot-build-announce.js +++ b/development/metamaskbot-build-announce.js @@ -133,6 +133,7 @@ async function start() { ]; for (const fileRoot of fileRoots) { + bundles[fileRoot] = []; let fileIndex = 0; let url = `${BUILD_LINK_BASE}${sourceMapRoot}${fileRoot}-${fileIndex}.html`; console.log(`Verifying ${url}`);