Skip to content

Commit 3ffda94

Browse files
authored
Don't add stream_data to archive (elixir-editors#417)
1 parent 0062a9a commit 3ffda94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_utils/lib/mix.tasks.elixir_ls.release.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Mix.Tasks.ElixirLs.Release do
1616

1717
Mix.Task.run("archive.build.deps", [
1818
"--skip",
19-
"mix_task_archive_deps",
19+
"mix_task_archive_deps stream_data",
2020
"--destination",
2121
destination
2222
])

0 commit comments

Comments
 (0)