Skip to content

Commit

Permalink
fix: Call Travis type generation from project root instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jul 26, 2024
1 parent d0fdf38 commit 16237f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 16237f8

Please sign in to comment.