Browse Source

Blockbase: Add russell as a child (#4848)

Ben Dwyer 3 years ago
parent
commit
cc206071cb
1 changed files with 1 additions and 1 deletions
  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" "geologist" "videomaker" "zoologist" )
+declare -a ChildThemes=( "geologist" "mayland-blocks" "quadrat" "russell" "seedlet-blocks" "skatepark" "videomaker" "zoologist" )
 
 
 for child in ${ChildThemes[@]}; do
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}
 	cd '../'${child}