chore(new mix build): fix app dependency for release

This commit is contained in:
Thales Macedo Garitezi 2024-07-18 11:26:00 -03:00
parent 3a893626b8
commit 01883e9759
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