From 48641e2ace0469ad3a2e3a4583bd4d6391f92fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Wed, 18 Sep 2024 17:48:51 +0200 Subject: [PATCH] Be more desperate --- test/scripts/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/scripts/Makefile b/test/scripts/Makefile index c940d015..ac74f3f5 100644 --- a/test/scripts/Makefile +++ b/test/scripts/Makefile @@ -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