This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
graphql-lightning-talk/go.sh
James Harton f86f0e1c62 ADd go.sh
2018-04-10 12:46:05 +12:00

9 lines
145 B
Bash
Executable file

set -e
(cd assets && yarn install)
mix deps.get
mix phx.server
read -p "Press enter to continue to next step"
git checkout step-6
exec ./go.sh