mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-29 21:52:59 +03:00
add missing file to public
This commit is contained in:
parent
d6a588d505
commit
f0ccbada51
5
BUCK
5
BUCK
@ -25,3 +25,8 @@ npm_bin(
|
|||||||
node_modules = ":node_modules",
|
node_modules = ":node_modules",
|
||||||
visibility = ["//lib:bundle.js"],
|
visibility = ["//lib:bundle.js"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
export_file(
|
||||||
|
name = "elm.json",
|
||||||
|
visibility = ["//component-catalog:public"],
|
||||||
|
)
|
||||||
|
@ -18,5 +18,7 @@ filegroup(
|
|||||||
"favicon.svg": "favicon.svg",
|
"favicon.svg": "favicon.svg",
|
||||||
"bundle.js": "//lib:bundle.js",
|
"bundle.js": "//lib:bundle.js",
|
||||||
"elm.js": ":app",
|
"elm.js": ":app",
|
||||||
|
"application.json": "elm.json",
|
||||||
|
"package.json": "//:elm.json",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user