Skip to content

Commit

Permalink
Revert "the fix"
Browse files Browse the repository at this point in the history
This reverts commit cf4a9c6563f449b8460c8b7f82d0c80443fd202a.
  • Loading branch information
jbedard committed Jul 26, 2024
1 parent 79a38ff commit c3311c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/private/npm_package_store.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ deps of npm_package_store must be in the same package.""" % (ctx.label.package,
if ctx.label.workspace_name:
symlink_path = "external/{}/{}/{}".format(ctx.label.workspace_name, ctx.label.package, package_store_directory_path)
else:
symlink_path = package_store_directory_path
symlink_path = "{}/{}".format(ctx.label.package or ".", package_store_directory_path)

# The package JsInfo including all direct and transitive sources, store info etc.
js_infos.append(jsinfo)
Expand Down

0 comments on commit c3311c0

Please sign in to comment.