Update publish script

This commit is contained in:
Benjamin Toby 2024-11-08 16:45:41 +01:00
parent 4e42a1f895
commit 7bf1e3a0f9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "2.4.5",
"version": "2.4.6",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {

View File

@ -6,4 +6,4 @@ else
msg="$1"
fi
git add . && git commit -m "$msg" && git push && git push origin2 main && npm publish
npm run compile && git add . && git commit -m "$msg" && git push && git push origin2 main && npm publish