chore(build): Ensure etc dirs are copied to build dir
This commit is contained in:
parent
a34bb3dab5
commit
f2e0b23986
|
@ -12,8 +12,10 @@
|
||||||
warn_obsolete_guard,no_debug_info,compressed]}.
|
warn_obsolete_guard,no_debug_info,compressed]}.
|
||||||
|
|
||||||
{overrides,[{add,[{erl_opts,[no_debug_info,compressed,deterministic,
|
{overrides,[{add,[{erl_opts,[no_debug_info,compressed,deterministic,
|
||||||
{parse_transform,mod_vsn}]}]}]}.
|
{parse_transform,mod_vsn}]}]}
|
||||||
|
,{add,[{extra_src_dirs, [{"etc", [{recursive,true}]}]}]}
|
||||||
|
]}.
|
||||||
|
{extra_src_dirs, [{"etc", [{recursive,true}]}]}.
|
||||||
|
|
||||||
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
|
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
|
||||||
deprecated_function_calls,warnings_as_errors, deprecated_functions]}.
|
deprecated_function_calls,warnings_as_errors, deprecated_functions]}.
|
||||||
|
|
Loading…
Reference in New Issue