mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-20 02:18: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
|
for test in eslint jsdoc realmjs react-example react-tests react-tests-android; do
|
||||||
echo "RUNNING TEST: $test"
|
echo "RUNNING TEST: $test"
|
||||||
echo '----------------------------------------'
|
echo '----------------------------------------'
|
||||||
npm test "$test" || die "Test Failed: $test"
|
npm test "$test" Release || die "Test Failed: $test"
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user