Updates
This commit is contained in:
Regular → Executable
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user