mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
Slightly reorder experimental sync commands
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user