소스 검색

Blockbase: add Geologist to child themes build script (#4573)

Sarah Norris 3 년 전
부모
커밋
1aa5058bcf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      blockbase/rebuild-child-themes.sh

+ 1 - 1
blockbase/rebuild-child-themes.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" )
+declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" "geologist" )
 
 
 for child in ${ChildThemes[@]}; do
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}
 	cd '../'${child}