Skip to content

Commit

Permalink
Add missing last lines in .sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Oct 2, 2024
1 parent c5b4aff commit a7382f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" && "$1" != "--new-dot" ]]; then
else
# Clean NewDot
npx react-native clean-project-auto
fi
fi
2 changes: 1 addition & 1 deletion scripts/is-hybrid-app-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ if [[ "$current_pwd" == *Mobile-Expensify/react-native ]]; then
else
echo "PWD output matches standalone NewDot repo structure"
echo false
fi
fi
2 changes: 1 addition & 1 deletion scripts/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" ]]; then

# Perform npm install in OldDot
npm i
fi
fi
2 changes: 1 addition & 1 deletion scripts/pull-old-dot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" ]]; then
npm i
else
echo "We're in standalone NewDot. Nothing to pull"
fi
fi
2 changes: 1 addition & 1 deletion scripts/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ case "$BUILD" in
print_error_and_exit
exit 1
;;
esac
esac

0 comments on commit a7382f6

Please sign in to comment.