Fix formatting in build.sh
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user