Skip to content

Commit 0db9139

Browse files
committed
MOBILE-3401 travis: Fail with lint
1 parent 7cdb06c commit 0db9139

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/mirror.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
source "scripts/functions.sh"
33

44
npm run build --bailOnLintError true --typeCheckOnLint true
5+
if [ $? -ne 0 ]; then
6+
exit 1
7+
fi
58

69
if [ -z $GIT_ORG_PRIVATE ] || [ -z $GIT_TOKEN ]; then
710
print_error "Env vars not correctly defined"

0 commit comments

Comments
 (0)