fix: bun_install adds node_modules to each directory
This commit is contained in:
12
WORKSPACE
12
WORKSPACE
@@ -10,3 +10,15 @@ bun_install(
|
||||
package_json = "//tests/script_test:vite_app/package.json",
|
||||
bun_lockfile = "//tests/script_test:vite_app/bun.lock",
|
||||
)
|
||||
|
||||
bun_install(
|
||||
name = "script_test_vite_monorepo_node_modules",
|
||||
package_json = "//tests/script_test:vite_monorepo/package.json",
|
||||
bun_lockfile = "//tests/script_test:vite_monorepo/bun.lock",
|
||||
)
|
||||
|
||||
bun_install(
|
||||
name = "examples_vite_monorepo_node_modules",
|
||||
package_json = "//examples/vite_monorepo:package.json",
|
||||
bun_lockfile = "//examples/vite_monorepo:bun.lock",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user