提交 a844e0d6 编写于 作者: P Pine Wu

Fix build

上级 ab7386bc
......@@ -23,7 +23,7 @@ steps:
git config user.email "vscode@microsoft.com"
git config user.name "VSCode"
git clone https://github.com/octref/vscode-DefinitelyTyped.git --depth=1 -b vscode
git clone https://github.com/octref/vscode-DefinitelyTyped.git --depth=1
cd vscode-DefinitelyTyped
......
......@@ -18,7 +18,7 @@ try {
const dtsUri = `https://raw.githubusercontent.com/microsoft/vscode/${tag}/src/vs/vscode.d.ts`;
const outPath = path.resolve(process.cwd(), 'vscode-DefinitelyTyped/types/vscode/index.d.ts');
cp.execSync(`curl ${dtsUri} -O ${outPath}`);
cp.execSync(`curl ${dtsUri} --output ${outPath}`);
updateDTSFile(outPath, tag);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册