chore(release): bump build number to 88

This commit is contained in:
2025-03-26 15:19:55 -05:00
parent 509ef84726
commit c0a0589b3c

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-dev\"",
"prodBuild": "npm run v1Build && npm run scriptBuild && npm run zipServer",
"prodBuild": "npm run v1Build && 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": 87,
"build": 88,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {