elixir-ls: fix build
This commit is contained in:
parent
84301ff8c1
commit
43c964b1be
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ mixRelease {
|
||||||
# of the no-deps-check requirement
|
# of the no-deps-check requirement
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
mix do compile --no-deps-check, elixir-ls.release
|
mix do compile --no-deps-check, elixir_ls.release
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue