mirror of
https://github.com/araxiaonline/mpq-tools-osx.git
synced 2026-06-13 03:12:25 -04:00
Added version shortcuts
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user