diff --git a/package.json b/package.json index dd4cac2..fd2d542 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "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\"", "removeOld": "rimraf dist && rimraf frontend/dist", - "prodBuild": "npm run v1Build && npm run build && npm run zipServer", + "prodBuild": "npm run v1Build && npm run build && npm run zipServer && npm run dev", "commit": "cz", "prodinstall": "npm i --omit=dev && npm run db:migrate", "checkupdates": "npx npm-check-updates" @@ -34,7 +34,7 @@ } }, "admConfig": { - "build": 119, + "build": 120, "oldBuild": "backend-0.1.3.zip" }, "devDependencies": {