mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Add --prefetch flag for deps prefetch without running (#1475)
This commit is contained in:
parent
ac6ac5037f
commit
c870cf4082
13 changed files with 99 additions and 17 deletions
|
@ -12,6 +12,7 @@ FG_GREEN = "\x1b[32m"
|
|||
|
||||
executable_suffix = ".exe" if os.name == "nt" else ""
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
tests_path = os.path.join(root_path, "tests")
|
||||
|
||||
|
||||
def make_env(merge_env=None, env=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue