Skip to content

Commit ec4ca6b

Browse files
committed
Slightly reorder experimental sync commands
1 parent 38da682 commit ec4ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-experimental-branches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ async function main() {
3030
runSequence([
3131
["git", ["clean", "-fdx"]],
3232
["git", ["checkout", "."]],
33+
["git", ["fetch", "-fu", "origin", "master:master"]],
3334
["git", ["checkout", "master"]],
3435
["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
35-
["git", ["fetch", "origin", "master:master"]],
3636
]);
3737

3838
const gh = new Octokit();

0 commit comments

Comments
 (0)