소스 검색

chore: generate

opencode-agent[bot] 3 달 전
부모
커밋
ec201623fb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      script/beta.ts

+ 3 - 1
script/beta.ts

@@ -326,7 +326,9 @@ async function main() {
   const matchIdxAfterSmoke = remoteTreesAfterSmoke.indexOf(validatedTree)
   if (matchIdxAfterSmoke !== -1) {
     if (matchIdxAfterSmoke !== 0) {
-      console.log(`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`)
+      console.log(
+        `Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`,
+      )
     } else {
       console.log("Validated beta branch now matches remote contents, no push needed")
     }