chore(release): bump build number to 137

This commit is contained in:
2025-04-02 07:51:35 -05:00
parent 63e005b790
commit f442cedff2

View File

@@ -27,7 +27,7 @@
"commit": "cz",
"prodinstall": "npm i --omit=dev && npm run db:migrate",
"checkupdates": "npx npm-check-updates",
"testingCode": "dotenvx run -f .env -- tsx watch server/services/notifications/utils/masterNotifications.ts"
"testingCode": "dotenvx run -f .env -- tsx watch database/testFiles/checkServerData.ts"
},
"config": {
"commitizen": {
@@ -35,7 +35,7 @@
}
},
"admConfig": {
"build": 136,
"build": 137,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {