瀏覽代碼

fixed reference to collection of themes to build zips for (#7057)

Jason Crist 2 年之前
父節點
當前提交
ad68fc4623
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -328,7 +328,7 @@ async function pushButtonDeploy() {
 			}
 		}
 
-		await buildComZips(changedPublicThemes);
+		await buildComZips(changedThemes);
 
 		console.log(`The following themes have changed:\n${changedThemes.join('\n')}`)
 		console.log('\n\nAll Done!!\n\n');