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:
snek 2024-07-09 11:00:23 -07:00 committed by GitHub
parent 158b4a4e02
commit ed49f00e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
{
"envs": {
"DENO_FUTURE": "1",
"USERPROFILE": "$DENO_DIR"
"USERPROFILE": "$DENO_DIR",
"HOME": "$DENO_DIR"
},
"tempDir": true,
"args": "install -A -L debug",