This commit is contained in:
sHa
2019-06-07 16:57:11 +03:00
parent 16025a7168
commit 5f59232af5

View File

@@ -32,7 +32,7 @@
}, },
"scripts": { "scripts": {
"pub_stage1": "git add * && git commit -mUpdate", "pub_stage1": "git add * && git commit -mUpdate",
"pub_stage2": "npm version patch && git commit -mUpdate && git push", "pub_stage2": "npm version patch && git push",
"pub_stage3": "npm publish" "pub_stage3": "npm publish"
} }
} }