mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
feat(config): Node modules option for 2.0 (#25299)
This commit is contained in:
parent
0fb8df6c0c
commit
86d5b919d8
13 changed files with 158 additions and 56 deletions
|
@ -10,11 +10,11 @@
|
|||
"exitCode": 1
|
||||
}, {
|
||||
// this should override byonm
|
||||
"args": "run --node-modules-dir=false --quiet main.ts",
|
||||
"args": "run --node-modules=global-auto --quiet main.ts",
|
||||
"output": "main.out"
|
||||
}, {
|
||||
// same with this
|
||||
"args": "run --node-modules-dir --quiet main.ts",
|
||||
"args": "run --node-modules=local-auto --quiet main.ts",
|
||||
"output": "main.out"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue