chore(release): bump build number to 115

This commit is contained in:
2025-03-27 20:21:24 -05:00
parent fb31ae79d1
commit ac7859fda3

View File

@@ -22,7 +22,7 @@
"zipServer": "dotenvx run -f .env -- tsx server/scripts/zipUpBuild.ts \"C:\\Users\\matthes01\\Documents\\lstv2\"",
"v1Build": "cd C:\\Users\\matthes01\\Documents\\logisticsSupportTool && npm run oldBuilder",
"scriptBuild": "powershell -ExecutionPolicy Bypass -File server/scripts/build.ps1 -dir \"C:\\Users\\matthes01\\Documents\\lstv2\"",
"prodBuild": "npm run v1Build && npm run scriptBuild && npm run zipServer",
"prodBuild": "npm run v1Build && npm run build && npm run zipServer",
"commit": "cz",
"prodinstall": "npm i --omit=dev && npm run db:migrate",
"checkupdates": "npx npm-check-updates"
@@ -33,7 +33,7 @@
}
},
"admConfig": {
"build": 114,
"build": 115,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {