We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67af960 commit 2cc955eCopy full SHA for 2cc955e
src/Builder/File.elm
@@ -146,6 +146,7 @@ writeEntry destination root entry =
146
|| (path == "LICENSE")
147
|| (path == "README.md")
148
|| (path == "guida.json")
149
+ || (path == "elm.json")
150
then
151
if not (String.isEmpty path) && String.endsWith "/" path then
152
Utils.dirCreateDirectoryIfMissing True (Utils.fpCombine destination path)
0 commit comments