13
release.sh
Normal file
13
release.sh
Normal 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 :
|
||||
Reference in New Issue
Block a user