Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cf893f49bba3e64e95d5f2907e5ea40a48a9e5d2
/
.
/
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
,
)