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": {