From 0049a23b1aba650e03c47bd6eeb6517042e3fb37 Mon Sep 17 00:00:00 2001 From: Ldoppea Date: Wed, 17 Jul 2024 09:14:07 +0200 Subject: [PATCH] fix: Call Travis type generation from project root instead --- scripts/travis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 32d619d0f9..562f596d86 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -21,8 +21,7 @@ fi set -e set +e # The following command relies on exit 1 -cd packages/cozy-client -yarn typecheck +yarn types [ $? -eq 0 ] || exit 1 git diff --exit-code types_status=$?