Update go.sh

This commit is contained in:
James Harton 2018-04-10 12:56:35 +12:00
parent 0ae4b5a8a3
commit 10dbd34c51

2
go.sh
View file

@ -6,8 +6,6 @@ mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exs
(cd assets && yarn install)
open http://localhost:4000
mix phx.server
read -p "Press enter to continue to next step"