We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c009e0d commit 4f9f615Copy full SHA for 4f9f615
test/lib/npm.js
@@ -12,6 +12,7 @@ for (const env of Object.keys(process.env).filter(e => /^npm_/.test(e))) {
12
// test is just run directly, which is also acceptable.
13
const cmd = process.env.npm_lifecycle_event === 'test' ? 'test'
14
: 'run-script'
15
+ console.error('CHECKING CMD ENV', process.env)
16
t.match(process.env[env], cmd)
17
}
18
delete process.env[env]
0 commit comments