blob: 59c508ee40b2d79f8faa34c49991639dca03f5f8 [file] [log] [blame]
Philipp Schrader175a93c2023-02-19 13:13:40 -08001load("@npm//:defs.bzl", "npm_link_all_packages")
2load("//tools/build_rules:js.bzl", "ng_pkg")
Alex Perrybb901052022-03-23 19:46:15 -07003
Philipp Schrader175a93c2023-02-19 13:13:40 -08004npm_link_all_packages(name = "node_modules")
5
6ng_pkg(
Alex Perrybb901052022-03-23 19:46:15 -07007 name = "notes",
Philipp Schrader175a93c2023-02-19 13:13:40 -08008 extra_srcs = [
9 "//scouting/www:app_common_css",
Alex Perrybb901052022-03-23 19:46:15 -070010 ],
Alex Perrybb901052022-03-23 19:46:15 -070011 deps = [
Philipp Schradere5d13942024-03-17 15:44:35 -070012 ":node_modules",
13 "//:node_modules/flatbuffers",
Alex Perrybb901052022-03-23 19:46:15 -070014 ],
15)