Browse Source

Videomaker: Add videomaker as a blockbase child (#4780)

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