fix(package): made changes to get the correct alpha passed over in the prerelease stuff

This commit is contained in:
2025-07-12 15:21:43 -05:00
parent 772463e579
commit 09e5fdf209

View File

@@ -12,7 +12,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 --no-npm --preRelease",
"release": "release-it --preRelease=alpha",
"commit": "cz"
},
"repository": {