Add go.sh

This commit is contained in:
James Harton 2018-04-10 12:42:54 +12:00
parent 2d2c8d1e76
commit 983c69178c

11
go.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
set -e
(cd assets && yarn install)
mix deps.get
mix phx.server
read -p "Press enter to continue to next step"
git checkout step-4
exec ./go.sh