Fix formatting in build.sh

This commit is contained in:
Agampreet Singh
2021-11-11 12:23:27 +05:30
parent ee1aee9cbf
commit 01d5f56f43

View File

@@ -170,7 +170,7 @@ echo 'Do you want to run the app or build the app?'
echo '1. Run the app'
echo '2. Build the app'
echo '3. Exit'
echo 'Enter your choice:'; read -r choice;
echo 'Enter your choice:'; read choice;
if [ $choice -eq 1 ]; then
echo 'Running the app...'
yarn start