Merge pull request #64884 from serokell/fix-build-mix
build-mix: re-add --no-deps-check flag
This commit is contained in:
@@ -63,7 +63,7 @@ let
|
|||||||
export MIX_ENV=prod
|
export MIX_ENV=prod
|
||||||
export MIX_NO_DEPS=1
|
export MIX_NO_DEPS=1
|
||||||
|
|
||||||
mix compile ${debugInfoFlag}
|
mix compile ${debugInfoFlag} --no-deps-check
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user