Skip to content

Commit 42dcaa2

Browse files
committed
build: set include_npm to true
This is needed to run e2e locally.
1 parent ec7dd59 commit 42dcaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _e2e_tests(name, runner, toolchain, **kwargs):
129129
tags = tags,
130130
toolchains = toolchains,
131131
node_toolchain = toolchain,
132-
include_npm = False,
132+
include_npm = True,
133133
**kwargs
134134
)
135135

0 commit comments

Comments
 (0)