Skip to content

Commit

Permalink
ci: Mark webpack_bundle target as no-remote-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas committed Nov 25, 2024
1 parent b29ff7b commit 784600e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ webpack_bundle(
],
node_modules = "//:node_modules",
output_dir = True,
tags = [
"no-remote-exec",
],
webpack_config = ":webpack_config",
deps = [
":node_deps",
Expand Down

0 comments on commit 784600e

Please sign in to comment.