Skip to content

Commit

Permalink
style: add comment for pkg_npm workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Apr 3, 2020
1 parent 25a104a commit 45dc696
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@ architect_test(
pkg_npm(
name = "npm_package",
package_name = "frontend-lib",
# This is a workaround for the Linker When using `output_dir = True`.
# the ':build' target dependency has an output directory so it will end up at 'npm_package/build' instead of
# the root of the pkg_npm output directory.
nested_packages = [":build"],
)

0 comments on commit 45dc696

Please sign in to comment.