update build to use yarn to fix errors (#2191)

This commit is contained in:
Anthony Dresser
2018-08-08 15:09:12 -07:00
committed by GitHub
parent c712411e77
commit b553cbb68c
7 changed files with 95 additions and 139 deletions

View File

@@ -274,7 +274,8 @@ function packageBuiltInExtensions() {
console.info('Creating vsix for ' + element.path + ' result:' + packagePath);
vsce.createVSIX({
cwd: element.path,
packagePath: packagePath
packagePath: packagePath,
useYarn: true
});
});
}