Merged in fix/sync-script-test (pull request #2656)

Test

* Test
This commit is contained in:
Linus Flood
2025-08-14 09:44:01 +00:00
parent 3fb0219b3e
commit 1dd255f0d2

View File

@@ -137,7 +137,7 @@ export const onPreBuild = async function ({ utils }) {
CLONE_DIR,
"push",
"origin",
`${SYNC_SOURCE}:${branch}`,
`FETCH_HEAD:${branch}`,
])
console.log(`Successfully synced '${branch}' with '${SYNC_SOURCE}'`)
}