diff --git a/scripts/publish.sh b/scripts/publish.sh index 510d4463..1cf99253 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -66,7 +66,7 @@ git fetch origin || die 'Failed to fetch from git origin.' for test in eslint jsdoc realmjs react-example react-tests react-tests-android; do echo "RUNNING TEST: $test" echo '----------------------------------------' - npm test "$test" || die "Test Failed: $test" + npm test "$test" Release || die "Test Failed: $test" echo done