Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
42a87457e4a3845f9c836f30bccd449fccb43c25
/
.
/
scouting
/
www
/
pipes
/
BUILD
blob: 680eb098796082cbe2c464ef662c88310416b752 [
file
] [
log
] [
blame
]
load
(
"@npm//:defs.bzl"
,
"npm_link_all_packages"
)
load
(
"//tools/build_rules:js.bzl"
,
"ng_pkg"
)
npm_link_all_packages
(
name
=
"node_modules"
)
ng_pkg
(
name
=
"pipes"
,
extra_srcs
=
[
"public-api.ts"
,
],
generate_public_api
=
False
,
)