chore: bump build number to 8

This commit is contained in:
2025-03-14 09:58:21 -05:00
parent 571b74f0e7
commit 5f5757c784
2 changed files with 20 additions and 4 deletions

View File

@@ -15,8 +15,9 @@
"start:server": "dotenvx run -f .env -- node dist/server/index.js",
"db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit push",
"deploy": "standard-version --conventional-commits",
"zipServer": "powershell -ExecutionPolicy Bypass -File server/scripts/build.ps1 -dir \"C:\\Users\\matthes01\\Documents\\lstv2\" && node dist/server/scripts/zipUpBuild.js \"C:\\Users\\matthes01\\Documents\\lstv2",
"deploy": "standard-version --conventional-commits && npm run zipServer",
"zipServer": " tsx server/scripts/zipUpBuild.ts \"C:\\Users\\matthes01\\Documents\\lstv2\"",
"prodBuild": "powershell -ExecutionPolicy Bypass -File server/scripts/build.ps1 -dir \"C:\\Users\\matthes01\\Documents\\lstv2",
"commit": "cz",
"prodinstall": "npm i --omit=dev && npm run db:migrate"
},
@@ -68,7 +69,7 @@
}
},
"admConfig": {
"build": 7,
"build": 8,
"dest": "C:\\Users\\matthes01\\Documents\\lstv2\\builds",
"src": "C:\\Users\\matthes01\\Documents\\lstv2"
}