Browse Source

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

Jason Crist 2 years ago
parent
commit
ad68fc4623
1 changed files with 1 additions and 1 deletions
  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');