Include iframe in the hex archive (#1174)

This commit is contained in:
Jonatan Kłosko 2022-05-06 10:28:01 +02:00 committed by GitHub
parent 7ef0de2722
commit 40c945502f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@ defmodule Livebook.MixProject do
links: %{
"GitHub" => "https://github.com/livebook-dev/livebook"
},
files: ~w(lib static config mix.exs mix.lock README.md LICENSE CHANGELOG.md)
files:
~w(lib static config mix.exs mix.lock README.md LICENSE CHANGELOG.md iframe/priv/static/iframe)
]
end