From 9ff2cafbb9666c6b2385a958aad058e75846e9a4 Mon Sep 17 00:00:00 2001 From: Valerie Date: Fri, 27 Aug 2021 08:21:56 -0400 Subject: [PATCH] update scripto --- start.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" +