add missing file to public

This commit is contained in:
Juan Edi 2023-05-02 17:59:09 -03:00
parent d6a588d505
commit f0ccbada51
2 changed files with 7 additions and 0 deletions

5
BUCK
View File

@ -25,3 +25,8 @@ npm_bin(
node_modules = ":node_modules",
visibility = ["//lib:bundle.js"],
)
export_file(
name = "elm.json",
visibility = ["//component-catalog:public"],
)

View File

@ -18,5 +18,7 @@ filegroup(
"favicon.svg": "favicon.svg",
"bundle.js": "//lib:bundle.js",
"elm.js": ":app",
"application.json": "elm.json",
"package.json": "//:elm.json",
}
)