Added version shortcuts

This commit is contained in:
2025-02-27 00:14:41 -05:00
parent 4da2b04f23
commit 4fac2347f1

View File

@@ -9,6 +9,9 @@
"prepare": "npm run build",
"install": "node scripts/build.js",
"postinstall": "cd mpqcli && cmake -B build && cmake --build build",
"release:patch": "npm version patch && git push && git push --tags",
"release:minor": "npm version minor && git push && git push --tags",
"release:major": "npm version major && git push && git push --tags",
"publish": "npm publish --access public"
},
"keywords": [