mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 03:06:44 +00:00
sync
This commit is contained in:
9
scripts/publish.ts
Executable file
9
scripts/publish.ts
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bun
|
||||
|
||||
import { $ } from "bun"
|
||||
|
||||
import pkg from "../package.json"
|
||||
|
||||
const version = process.env["VERSION"]
|
||||
|
||||
await import("./stainless.ts")
|
||||
Reference in New Issue
Block a user