diff options
Diffstat (limited to 'deps/npm/test/tap/publish-config.js')
-rw-r--r-- | deps/npm/test/tap/publish-config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/publish-config.js b/deps/npm/test/tap/publish-config.js index 2a6f9523c4..3c4624eeaf 100644 --- a/deps/npm/test/tap/publish-config.js +++ b/deps/npm/test/tap/publish-config.js @@ -36,7 +36,7 @@ test(function (t) { // itself functions normally. // // Make sure that we don't sit around waiting for lock files - child = spawn(node, [npm, 'publish'], { + child = spawn(node, [npm, 'publish', '--email=fancy', '--_auth=feast'], { cwd: pkg, env: { npm_config_cache_lock_stale: 1000, |