Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 18:11:29 -04:00
parent a96ab109f5
commit e94fdb01b8

13
release.sh Normal file
View File

@@ -0,0 +1,13 @@
#! /usr/bin/env nix
#! nix shell nixpkgs#nodejs --command bash
bun run typecheck
bun run clean
bun run build
npm version "$1"
git push origin main
git push origin "v$1"
# vim: set ft=bash :