Skip to content

Commit b6540dd

Browse files
committed
fix: use correct build directory when namespacing expert
1 parent 4caf258 commit b6540dd

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
@@ -84,7 +84,7 @@ build-expert:
8484
#!/usr/bin/env bash
8585
cd apps/expert
8686
MIX_ENV={{ env('MIX_ENV', 'prod')}} mix compile
87-
just namespace-expert
87+
just namespace-expert _build/{{ env('MIX_ENV', 'prod') }}
8888

8989
[doc('Start the local development server')]
9090
start *opts="--port 9000": build-engine

0 commit comments

Comments
 (0)