datasquirel/publish.sh
Benjamin Toby a3561da53d Updates
2025-01-10 20:35:05 +01:00

10 lines
135 B
Bash
Executable File

#!/bin/bash
if [ -z "$1" ]; then
msg="Updates"
else
msg="$1"
fi
git add . && git commit -m "$msg" && git push && npm publish