chore(config): add release script to package.json

This commit is contained in:
2026-04-25 14:27:31 -04:00
parent d7bfe34bb1
commit f01ffae9ae
+3
View File
@@ -12,6 +12,9 @@
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "Hyko", "author": "Hyko",
"type": "module", "type": "module",
"scripts": {
"release": "npm version patch --no-git-tag-version && npm i && git add package.json package-lock.json && git commit -m \"chore: bump version to $(node -p \"require('./package.json').version\")\" && git push && npm publish"
},
"bin": { "bin": {
"zen-start": "./bin/cli.js" "zen-start": "./bin/cli.js"
}, },