Просмотр исходного кода

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

Jason Crist 2 лет назад
Родитель
Сommit
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');