From 170bc79f96f09a4a6c4594dcf839a384adb0a697 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 1 May 2023 10:16:57 -0700 Subject: [PATCH] update ship it to use 'yarn jest' instead of 'yarn test' so javascript test will run correctly --- scripts/ship-it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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