Ver código fonte

removed npm install from the build run

Jason Crist 4 anos atrás
pai
commit
c74c3d9cd0
1 arquivos alterados com 0 adições e 1 exclusões
  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
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}
 	cd '../'${child}
 	echo 'Rebulding '${child}
 	echo 'Rebulding '${child}
-	npm install
 	npm run build
 	npm run build
 done
 done