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

12 lines
156 B
Bash
Raw Normal View History

2018-04-10 12:42:54 +12:00
#!/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