ソースを参照

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

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