diff options
Diffstat (limited to 'scripts')
| -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") |
