diff --git a/Gruntfile.js b/Gruntfile.js index e54112adb8..18213cf107 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -325,7 +325,7 @@ var _ = require('lodash'), }, options: { execOptions: { - cwd: path.resolve(cwd + '/core/client/'), + cwd: path.resolve(process.cwd() + '/core/client/'), stdout: false } }