2
0
Dax Raad 8 сар өмнө
parent
commit
20bf27feda
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      scripts/publish.ts

+ 10 - 0
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")