diff --git a/src/config.js b/src/config.js index 1bc3721..86fbefd 100644 --- a/src/config.js +++ b/src/config.js @@ -2,6 +2,8 @@ var fs = require('fs'); var config = undefined; +console.log(process.env.npm_lifecycle_script) + // Check to see if launched in test mode if (process.env.npm_lifecycle_script === 'node test.js') { config = JSON.parse(fs.readFileSync('test.json'));