Merge pull request #13488 from thalesmg/20240718-m-mix-fix-machine-dep

chore(new mix build): fix app dependency for release
This commit is contained in:
Thales Macedo Garitezi 2024-07-19 09:21:02 -03:00 committed by GitHub
commit 464e202742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ defmodule EMQXMachine.MixProject do
{:emqx_dashboard, in_umbrella: true, runtime: false},
{:emqx_management, in_umbrella: true, runtime: false},
UMP.common_dep(:covertool),
UMP.common_dep(:system_monitor),
UMP.common_dep(:system_monitor, runtime: false),
UMP.common_dep(:redbug),
]
end