From a7382f6999d66cf62a7cc7e5b08df8b63bb21380 Mon Sep 17 00:00:00 2001 From: staszekscp Date: Wed, 2 Oct 2024 08:46:11 +0200 Subject: [PATCH] Add missing last lines in .sh scripts --- scripts/clean.sh | 2 +- scripts/is-hybrid-app-repo.sh | 2 +- scripts/preinstall.sh | 2 +- scripts/pull-old-dot.sh | 2 +- scripts/run-build.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index f6ee24989fc6..4973f7bfad4a 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -14,4 +14,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" && "$1" != "--new-dot" ]]; then else # Clean NewDot npx react-native clean-project-auto -fi \ No newline at end of file +fi diff --git a/scripts/is-hybrid-app-repo.sh b/scripts/is-hybrid-app-repo.sh index e683dae176c9..e361078a17ce 100755 --- a/scripts/is-hybrid-app-repo.sh +++ b/scripts/is-hybrid-app-repo.sh @@ -30,4 +30,4 @@ if [[ "$current_pwd" == *Mobile-Expensify/react-native ]]; then else echo "PWD output matches standalone NewDot repo structure" echo false -fi \ No newline at end of file +fi diff --git a/scripts/preinstall.sh b/scripts/preinstall.sh index f484f9b2faa3..a9de3cb48124 100755 --- a/scripts/preinstall.sh +++ b/scripts/preinstall.sh @@ -16,4 +16,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" ]]; then # Perform npm install in OldDot npm i -fi \ No newline at end of file +fi diff --git a/scripts/pull-old-dot.sh b/scripts/pull-old-dot.sh index b2abd5c3b8a4..c24e2793f72f 100755 --- a/scripts/pull-old-dot.sh +++ b/scripts/pull-old-dot.sh @@ -19,4 +19,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" ]]; then npm i else echo "We're in standalone NewDot. Nothing to pull" -fi \ No newline at end of file +fi diff --git a/scripts/run-build.sh b/scripts/run-build.sh index a925b57633d6..0969e32c39ad 100755 --- a/scripts/run-build.sh +++ b/scripts/run-build.sh @@ -73,4 +73,4 @@ case "$BUILD" in print_error_and_exit exit 1 ;; -esac \ No newline at end of file +esac