mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
ci: tweak
This commit is contained in:
parent
d288d21330
commit
20bf27feda
1 changed files with 10 additions and 0 deletions
10
scripts/publish.ts
Normal file
10
scripts/publish.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
import { $ } from "bun"
|
||||
|
||||
import pkg from "../package.json"
|
||||
|
||||
const version = process.env["VERSION"]
|
||||
|
||||
console.log("publishing stainless")
|
||||
await import("./stainless.ts")
|
||||
Loading…
Add table
Add a link
Reference in a new issue