Skip to content

Commit

Permalink
Add additional last lines to run-build.shand is-hybrid-app.sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Nov 19, 2024
1 parent 886d227 commit e9d89da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/is-hybrid-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [[ -f package.json ]]; then
else
echo "package.json not found in Mobile-Expensify"
echo false
fi
fi
2 changes: 1 addition & 1 deletion scripts/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ case "$BUILD" in
*)
print_error_and_exit
;;
esac
esac

0 comments on commit e9d89da

Please sign in to comment.