chore(new mix build): fix app dependency for release
This commit is contained in:
parent
3a893626b8
commit
01883e9759
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue