Merge pull request #64884 from serokell/fix-build-mix

build-mix: re-add --no-deps-check flag
This commit is contained in:
Graham Christensen
2019-07-16 08:32:37 -04:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ let
export MIX_ENV=prod
export MIX_NO_DEPS=1
mix compile ${debugInfoFlag}
mix compile ${debugInfoFlag} --no-deps-check
runHook postBuild
''