diff --git a/start.sh b/start.sh index 3ee2782..09add4e 100644 --- a/start.sh +++ b/start.sh @@ -1 +1,13 @@ -(cd todo && git fetch && git pull && yarn && yarn compile && yarn start) +pwd; +read -p "continue" +git fetch; +read -p "continue" +git pull; +read -p "continue" +yarn; +read -p "continue" +yarn compile; +read -p "continue" +yarn start; +read -p "continue" +