add builder and updater

This commit is contained in:
Joey Kimsey
2026-09-12 21:21:28 -04:00
parent 6e42b1012d
commit 1ee2774241
24 changed files with 4115 additions and 10 deletions

View File

@ -0,0 +1,4 @@
import { rm } from 'node:fs/promises'
// A failed test/build must not leave a previous release marked as ready to publish.
await rm('dist/release/release-ready.json', { force: true })