Преглед изворни кода

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');