소스 검색

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