Added push scripts

This commit is contained in:
2026-03-20 10:39:45 +01:00
parent 75e31c2008
commit 0055938338

View File

@@ -37,7 +37,10 @@
"test:watch": "vitest --watch",
"test:ci": "vitest --run",
"lint": "eslint .",
"prepare": "npm run build"
"prepare": "npm run build",
"push": "npm version patch && git push",
"push-minor": "npm version minor && git push",
"push-major": "npm version major && git push"
},
"dependencies": {
"@hamradio/packet": "^1.1.1",