build(builds): changes to the build system

This commit is contained in:
2025-04-03 06:07:21 -05:00
parent 7a6911c694
commit 96807bf77e
2 changed files with 16 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ const updateBuildNumber = (appLock: string) => {
// Auto-commit changes
execSync("git add package.json");
execSync(
`git commit -m "chore(release): bump build number to ${pkgJson.admConfig.build}"`
`git commit -m "ci(release): bump build number to ${pkgJson.admConfig.build}"`
);
} else {
createLog(