Skip to content

Commit 4caf258

Browse files
committed
fix: properly set the mix env when building expert
1 parent 2ec1207 commit 4caf258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace-expert directory="_build/prod":
8383
build-expert:
8484
#!/usr/bin/env bash
8585
cd apps/expert
86-
MIX_ENV=prod mix compile
86+
MIX_ENV={{ env('MIX_ENV', 'prod')}} mix compile
8787
just namespace-expert
8888

8989
[doc('Start the local development server')]

0 commit comments

Comments
 (0)