Skip to content

Commit

Permalink
Optionally run lifecycle hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hjellek committed May 16, 2024
1 parent a5f9b45 commit bacb3f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ npm_translate_lock(
name = "npm",
npmrc = "//:.npmrc",
pnpm_lock = "//:pnpm-lock.yaml",
run_lifecycle_hooks = select({
"@platforms//os:windows": False,
"//conditions:default": True,
}),
verify_node_modules_ignored = "//:.bazelignore",
)

Expand Down

0 comments on commit bacb3f6

Please sign in to comment.