diff --git a/index.js b/index.js index c3e76c0..770cfd4 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ module.exports = { } }, tmpDir: function() { - path.join(process.cwd(), 'tmp'); + return path.join(process.cwd(), 'tmp'); }, lockFilePath: function() { return path.join(this.tmpDir(), 'build.lock');