From f442cedff2e0b0487d7eff292fe30ff3b5f75bae Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 2 Apr 2025 07:51:35 -0500 Subject: [PATCH] chore(release): bump build number to 137 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf7aa40..a9f0bbc 100644 --- a/package.json +++ b/package.json @@ -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": {