update ship it to use 'yarn jest' instead of 'yarn test' so javascript test will run correctly

rpp-main
rebuilt 3 years ago
parent 56fb6abd2c
commit 7c800255c3

@ -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

Loading…
Cancel
Save