Fix cli entry points

Reviewed By: frantic

Differential Revision: D2565954

fb-gh-sync-id: 6fde9e1dbefd71944e8f857e9a40619bf599ef75
This commit is contained in:
Martín Bigio
2015-10-22 10:11:28 -07:00
committed by facebook-github-bot-6
parent 17ef86d6bb
commit 32aeeea313
6 changed files with 20 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ const Config = {
: {};
cachedConfig = Object.assign({}, defaultConfig, config);
process.chdir(pwd);
return cachedConfig;
}
};