Update publish script
This commit is contained in:
parent
4e42a1f895
commit
7bf1e3a0f9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "2.4.5",
|
"version": "2.4.6",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -6,4 +6,4 @@ else
|
|||||||
msg="$1"
|
msg="$1"
|
||||||
fi
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user