sync
This commit is contained in:
parent
6357869e81
commit
22d92aa505
20 changed files with 126 additions and 964 deletions
9
scripts/publish.ts
Executable file
9
scripts/publish.ts
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
import { $ } from "bun"
|
||||
|
||||
import pkg from "../package.json"
|
||||
|
||||
const version = process.env["VERSION"]
|
||||
|
||||
await import("./stainless.ts")
|
||||
Loading…
Add table
Add a link
Reference in a new issue