Browse Source

removed npm install from the build run

Jason Crist 4 năm trước cách đây
mục cha
commit
c74c3d9cd0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      blank-canvas-blocks/rebuild-child-themes.sh

+ 0 - 1
blank-canvas-blocks/rebuild-child-themes.sh

@@ -5,7 +5,6 @@ declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" )
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}
 	echo 'Rebulding '${child}
-	npm install
 	npm run build
 done