This commit is contained in:
Dax Raad
2025-12-09 21:44:13 -05:00
parent 8e33ac052b
commit fa6c060324

View File

@@ -9,7 +9,7 @@ const notes = [] as string[]
console.log("=== publishing ===\n")
if (!Script.preview) {
const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest")
const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest-1")
.then((res) => {
if (!res.ok) throw new Error(res.statusText)
return res.json()