```for target in ${TARGETS[*]}; do echo -e "\n\n...
# development
w
Copy code
for target in ${TARGETS[*]}; do
  echo -e "\n\n$target\n\n"
  while ! ./pants compile $target ; do
    echo -e "\n\n...retrying...\n\n"
  done
done