فهرست منبع

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
 
-declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" )
+declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" "geologist" )
 
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}