Disable compile env validation

pull/5903/head
Qwerty5Uiop 2 years ago
parent 7569dace3c
commit 951038a26d
  1. 3
      mix.exs

@ -25,7 +25,8 @@ defmodule BlockScout.Mixfile do
explorer: :permanent,
indexer: :permanent
],
steps: [:assemble, &copy_prod_runtime_config/1]
steps: [:assemble, &copy_prod_runtime_config/1],
validate_compile_env: false
]
]
]

Loading…
Cancel
Save