From 6ad49b704d4d8a8f0ab027d9c891a0d54b12d352 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 4 Apr 2025 12:17:20 -0500 Subject: [PATCH] ci(release): bump build number to 164 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09f1bab..da05752 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 database/testFiles/checkServerData.ts" + "testingCode": "dotenvx run -f .env -- tsx watch server/services/notifications/controller/notifications/tiIntergrationV1.ts" }, "config": { "commitizen": { @@ -35,7 +35,7 @@ } }, "admConfig": { - "build": 163, + "build": 164, "oldBuild": "backend-0.1.3.zip" }, "devDependencies": {