diff --git a/package.json b/package.json index 2c320d0..1b9bf61 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "zipServer": "dotenvx run -f .env -- tsx server/scripts/zipUpBuild.ts \"C:\\Users\\matthes01\\Documents\\lstv2\"", "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\"", - "prodBuild": "npm run v1Build && npm run scriptBuild && npm run zipServer", + "prodBuild": "npm run v1Build && npm run build && npm run zipServer", "commit": "cz", "prodinstall": "npm i --omit=dev && npm run db:migrate", "checkupdates": "npx npm-check-updates" @@ -33,7 +33,7 @@ } }, "admConfig": { - "build": 114, + "build": 115, "oldBuild": "backend-0.1.3.zip" }, "devDependencies": {