summaryrefslogtreecommitdiff
path: root/tests/specs/install/workspace_node_modules_not_exists/deno.json
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-09-06 12:08:56 -0700
committerGitHub <noreply@github.com>2024-09-06 19:08:56 +0000
commit292344af42cbeaf6698c7f2cedf2e7e1ce861544 (patch)
tree2eb0df63a4c929024bd6db58ceec003bcf67edd7 /tests/specs/install/workspace_node_modules_not_exists/deno.json
parent51f5f5789b3b00b327ee7130dc259d24ee631851 (diff)
fix(install): Make sure target node_modules exists when symlinking (#25494)
Fixes https://github.com/denoland/deno/issues/25493
Diffstat (limited to 'tests/specs/install/workspace_node_modules_not_exists/deno.json')
-rw-r--r--tests/specs/install/workspace_node_modules_not_exists/deno.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/install/workspace_node_modules_not_exists/deno.json b/tests/specs/install/workspace_node_modules_not_exists/deno.json
new file mode 100644
index 000000000..b3cca048f
--- /dev/null
+++ b/tests/specs/install/workspace_node_modules_not_exists/deno.json
@@ -0,0 +1,7 @@
+{
+ "nodeModulesDir": "auto",
+ "workspace": [
+ "./package1",
+ "./package2"
+ ]
+}