Skip to content

Commit

Permalink
Be more desperate
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 6bd4108 commit 48641e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ serve:
source ~/.zshrc; \
fi

# initdb -D ~/pgdata -U postgres
# pg_ctl start -D ~/pgdata
mix phx.new --no-install phx_tools_test
# ~/.local/bin/mise exec -- initdb -D ~/pgdata -U postgres
# ~/.local/bin/mise exec -- pg_ctl start -D ~/pgdata
~/.local/bin/mise exec -- mix phx.new --no-install phx_tools_test
cd phx_tools_test
mix setup
elixir --erl '-detached' -S mix phx.server
~/.local/bin/mise exec -- mix setup
~/.local/bin/mise exec -- elixir --erl '-detached' -S mix phx.server

0 comments on commit 48641e2

Please sign in to comment.