diff options
| author | Dax Raad <[email protected]> | 2025-07-24 15:51:33 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-24 15:51:33 -0400 |
| commit | 20bf27feda3f48d4474cdae94db1b8105805c42b (patch) | |
| tree | 3610afa507a89473ba60715641aa74b90ef93ad2 | |
| parent | d288d213302d51562bf84283b93f1f659eab9345 (diff) | |
| download | opencode-20bf27feda3f48d4474cdae94db1b8105805c42b.tar.gz opencode-20bf27feda3f48d4474cdae94db1b8105805c42b.zip | |
ci: tweak
| -rw-r--r-- | scripts/publish.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/publish.ts b/scripts/publish.ts new file mode 100644 index 000000000..2ec476059 --- /dev/null +++ b/scripts/publish.ts @@ -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") |
