Skip to content

Commit 2cc955e

Browse files
committed
Add support for elm.json in writeEntry function
1 parent 67af960 commit 2cc955e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Builder/File.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ writeEntry destination root entry =
146146
|| (path == "LICENSE")
147147
|| (path == "README.md")
148148
|| (path == "guida.json")
149+
|| (path == "elm.json")
149150
then
150151
if not (String.isEmpty path) && String.endsWith "/" path then
151152
Utils.dirCreateDirectoryIfMissing True (Utils.fpCombine destination path)

0 commit comments

Comments
 (0)