chore(mix): keep debug info and docs in beams

This commit is contained in:
Thales Macedo Garitezi 2021-12-28 10:27:17 -03:00
parent 32b7dc406f
commit cea54365dd
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ defmodule EMQXUmbrella.MixProject do
:emqx_prometheus,
:emqx_plugins
],
steps: steps
steps: steps,
strip_beams: false
]
end
]