mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00: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,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 New Issue
Block a user