diff --git a/scripts/update-translations.sh b/scripts/update-translations.sh index 4ed7b4c4..2b1a16e5 100755 --- a/scripts/update-translations.sh +++ b/scripts/update-translations.sh @@ -4,9 +4,9 @@ # exit if either the pulls or the test fail npm run pull:editor -rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi +rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi #exit if pull failed npm run test -rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi +rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi #exit if test failed git add . git commit -m "pull new editor translations from Transifex"