Added push scripts
This commit is contained in:
@@ -37,7 +37,10 @@
|
|||||||
"test:watch": "vitest --watch",
|
"test:watch": "vitest --watch",
|
||||||
"test:ci": "vitest --run",
|
"test:ci": "vitest --run",
|
||||||
"lint": "eslint .",
|
"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": {
|
"dependencies": {
|
||||||
"@hamradio/packet": "^1.1.1",
|
"@hamradio/packet": "^1.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user