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

This commit is contained in:
rebuilt 2023-05-01 10:16:57 -07:00
parent 359e266a6c
commit 170bc79f96

View file

@ -4,4 +4,4 @@ set -eux
git rev-parse --show-toplevel git rev-parse --show-toplevel
bundle exec rake parallel:spec && yarn test && git push bundle exec rake parallel:spec && yarn jest && git push