提交 901db105 编写于 作者: J Joao Moreno

fix build

上级 eb80b123
......@@ -31,6 +31,9 @@ gulp.task('mixin', function () {
const url = `https://github.com/${repo}.git`;
cp.execSync(`git config user.email "vscode@microsoft.com"`);
cp.execSync(`git config user.name "VSCode"`);
cp.execSync(`git remote add distro ${url}`);
cp.execSync(`git fetch distro`);
cp.execSync(`git merge ${pkg.distro}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册