This commit is contained in:
Benjamin Toby
2025-01-16 07:12:45 +01:00
parent 222d1a4372
commit 219db3d88e
25 changed files with 631 additions and 21 deletions
Regular → Executable
+3 -1
View File
@@ -1,5 +1,7 @@
#!/bin/bash
tsc
if [ -z "$1" ]; then
msg="Updates"
else
@@ -9,4 +11,4 @@ fi
git add .
git commit -m "$msg"
git push
npm publish
bun publish