mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Run publish script tests in Release mode
Realized it should have done this after publishing 0.11.0-rc
This commit is contained in:
parent
cf3b0c5f15
commit
395f241f72
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user