We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caf258 commit b6540ddCopy full SHA for b6540dd
justfile
@@ -84,7 +84,7 @@ build-expert:
84
#!/usr/bin/env bash
85
cd apps/expert
86
MIX_ENV={{ env('MIX_ENV', 'prod')}} mix compile
87
- just namespace-expert
+ just namespace-expert _build/{{ env('MIX_ENV', 'prod') }}
88
89
[doc('Start the local development server')]
90
start *opts="--port 9000": build-engine
0 commit comments