enable checkJS

This commit is contained in:
Erich Gamma
2018-02-01 14:39:12 +01:00
parent a36ef3d788
commit 5e41d2aafb
20 changed files with 71 additions and 24 deletions

View File

@@ -49,6 +49,7 @@ extensions.forEach(extension => yarnInstall(`extensions/${extension}`));
function yarnInstallBuildDependencies() {
// make sure we install the deps of build/lib/watch for the system installed
// node, since that is the driver of gulp
//@ts-ignore review
const env = Object.assign({}, process.env);
const watchPath = path.join(path.dirname(__dirname), 'lib', 'watch');
const yarnrcPath = path.join(watchPath, '.yarnrc');