Ensure working directory in scripts
So that they can be run standalone and not just through Mise
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
source "$(dirname "$0")/../_helpers.sh"
|
||||
|
||||
ensure_working_directory!
|
||||
|
||||
iex -S mix phx.server
|
||||
|
||||
Reference in New Issue
Block a user