Skip to content

Commit

Permalink
build: split env assignment and export (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Oct 28, 2023
1 parent 5e47082 commit a98f3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export AKASH_ROOT=$(pwd)
AKASH_ROOT=$(pwd)
export AKASH_ROOT

dotenv
dotenv_if_exists dev.env
Expand Down

0 comments on commit a98f3e8

Please sign in to comment.