We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f069 commit 7f2e265Copy full SHA for 7f2e265
scripts/push-screenshots.js
@@ -26,8 +26,8 @@ import { runScript } from './utils.js';
26
console.log( 'Switching to "screenshots" branch' );
27
await git.checkout( 'screenshots' );
28
29
- console.log( 'Rebasing onto "main"' );
30
- await git.rebase( [ 'main', 'screenshots' ] );
+ console.log( 'Merging in "main"' );
+ await git.merge( [ 'main' ] );
31
32
// rebuild the screenshots
33
await runScript( 'node ./scripts/update-screenshots.js' );
0 commit comments