build(new build script): this includes the change log stuff and build of both old and new versions

This commit is contained in:
2025-09-19 22:27:34 -05:00
parent 6faee89b25
commit 44945902cb

View File

@@ -26,7 +26,7 @@
"start:win": "set NODE_ENV=production && node dist/main.js",
"docker": "docker compose up --build --force-recreate -d",
"commit": "cz",
"deploy": "standard-version --conventional-commits && npm run translateDocs && npm run build",
"deploy": "standard-version --conventional-commits && npm run translateDocs && npm run build && cd lstV2 && npm run build",
"db:migrate": "npx drizzle-kit push",
"db:generate": "npx drizzle-kit generate",
"translateDocs": "cd scripts && node translateScript.js",