mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
Slightly reorder experimental sync commands
This commit is contained in:
parent
38da682de7
commit
ec4ca6b619
@ -30,9 +30,9 @@ async function main() {
|
||||
runSequence([
|
||||
["git", ["clean", "-fdx"]],
|
||||
["git", ["checkout", "."]],
|
||||
["git", ["fetch", "-fu", "origin", "master:master"]],
|
||||
["git", ["checkout", "master"]],
|
||||
["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
|
||||
["git", ["fetch", "origin", "master:master"]],
|
||||
]);
|
||||
|
||||
const gh = new Octokit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user