You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://docs.bazel.build/versions/master/be/make-variables.html documents that $@ is for the output location of a single out
and $(RULEDIR) is the preferred way to refer to the output directory of the package
BREAKING CHANGE:
Usage of the $@ shortcut in npm_package_bin-generated rules should now be $(RULEDIR)
and you can now use $@ to refer to the location of a single output
0 commit comments