diff --git a/scripts/ship-it.sh b/scripts/ship-it.sh index 1fbcdb48..5746e6b0 100755 --- a/scripts/ship-it.sh +++ b/scripts/ship-it.sh @@ -4,4 +4,4 @@ set -eux git rev-parse --show-toplevel -bundle exec rake parallel:spec && yarn test && git push +bundle exec rake parallel:spec && yarn jest && git push