mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix: test in presence of .npmrc (#24486)
override home dir so .npmrc on the dev machine doesn't break it Signed-off-by: snek <snek@deno.com>
This commit is contained in:
parent
158b4a4e02
commit
ed49f00e04
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"envs": {
|
||||
"DENO_FUTURE": "1",
|
||||
"USERPROFILE": "$DENO_DIR"
|
||||
"USERPROFILE": "$DENO_DIR",
|
||||
"HOME": "$DENO_DIR"
|
||||
},
|
||||
"tempDir": true,
|
||||
"args": "install -A -L debug",
|
||||
|
|
Loading…
Reference in a new issue