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 983c69178c Add go.sh
2018-04-10 12:42:54 +12:00

11 lines
156 B
Bash
Executable file

#!/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