Browse Source

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

Jason Crist 2 năm trước cách đây
mục cha
commit
ad68fc4623
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');