New Version

This commit is contained in:
Benjamin Toby
2024-12-25 20:38:57 +01:00
parent f2892f1bf4
commit ae4706c4c4
9 changed files with 95 additions and 92 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
if [ -z "$1" ]; then
msg="Updates"
else
msg="$1"
fi
git add .
git commit -m "$msg"
git push
npm publish