update scripto

stable
Valerie 2021-08-27 08:21:56 -04:00
parent 815f085b9e
commit 9ff2cafbb9
1 changed files with 13 additions and 1 deletions

View File

@ -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"