buildMix: properly ignore deps
This commit is contained in:
parent
30815015ba
commit
a6e35f2454
@ -61,8 +61,9 @@ let
|
||||
export HEX_OFFLINE=1
|
||||
export HEX_HOME=`pwd`
|
||||
export MIX_ENV=prod
|
||||
export MIX_NO_DEPS=1
|
||||
|
||||
MIX_ENV=prod mix compile ${debugInfoFlag} --no-deps-check
|
||||
mix compile ${debugInfoFlag}
|
||||
|
||||
runHook postBuild
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user