Explorar o código

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

Jason Crist %!s(int64=2) %!d(string=hai) anos
pai
achega
ad68fc4623
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');