chore(release): bump build number to 120

This commit is contained in:
2025-03-29 12:15:02 -05:00
parent 035eda9aa8
commit b903c8ee2d

View File

@@ -23,7 +23,7 @@
"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\"",
"removeOld": "rimraf dist && rimraf frontend/dist",
"prodBuild": "npm run v1Build && npm run build && npm run zipServer",
"prodBuild": "npm run v1Build && npm run build && npm run zipServer && npm run dev",
"commit": "cz",
"prodinstall": "npm i --omit=dev && npm run db:migrate",
"checkupdates": "npx npm-check-updates"
@@ -34,7 +34,7 @@
}
},
"admConfig": {
"build": 119,
"build": 120,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {