Dax Raad hace 1 año
padre
commit
20bf27feda
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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")