From dbdb6c8c66ad1b7ca7f15717bc009f49ef2193e5 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 10 Apr 2018 12:47:04 +1200 Subject: [PATCH] Add go.sh --- go.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 go.sh diff --git a/go.sh b/go.sh new file mode 100755 index 0000000..02d3aa5 --- /dev/null +++ b/go.sh @@ -0,0 +1,10 @@ +set -e + +(cd assets && yarn install) +mix deps.get +mix ecto.migrate +mix phx.server + +read -p "Press enter to continue to next step" +git checkout step-7 +exec ./go.sh