diff --git a/mix.exs b/mix.exs index 7b7cfbb5b..7450b7738 100644 --- a/mix.exs +++ b/mix.exs @@ -133,7 +133,9 @@ defmodule Archethic.MixProject do "prod.run": ["cmd MIX_ENV=prod ARCHETHIC_CRYPTO_NODE_KEYSTORE_IMPL=SOFTWARE ARCHETHIC_NODE_ALLOWED_KEY_ORIGINS=SOFTWARE ARCHETHIC_NODE_IP_VALIDATION='true' iex -S mix"], # dry-run, - "run.dry": ["cmd iex -S mix run --no-start"] + "run.dry": ["cmd iex -S mix run --no-start"], + # Make sure the plts folder is created + dialyzer: ["cmd mkdir -p priv/plts", "dialyzer"] ] end end