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
2018-04-10 12:45:07 +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-5
exec ./go.sh