fix(package): added changes to the package.json so we see the release stuff

This commit is contained in:
2025-07-12 15:42:20 -05:00
parent d266dbde68
commit 494ee3f58e
2 changed files with 4 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
"docker": "powershell -File ./scripts/dockerBuild.ps1",
"release:createZip": "powershell -File ./scripts/release.ps1",
"release:gitea": "node ./scripts/create-gitea-release.js",
"release": "release-it --preRelease=alpha",
"release": "release-it --verbose --preRelease=alpha",
"commit": "cz"
},
"repository": {