chore(release): 1.1.0

This commit is contained in:
2025-09-09 21:18:05 -05:00
parent f370496f99
commit 6c32cc23cd
3 changed files with 95 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lst",
"version": "1.0.1",
"version": "1.1.0",
"description": "Logistics support tool - the place where the support happens.",
"main": "index.js",
"scripts": {
@@ -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 build",
"deploy": "standard-version --conventional-commits && npm run translateDocs && npm run build",
"db:migrate": "npx drizzle-kit push",
"db:generate": "npx drizzle-kit generate",
"translateDocs": "cd scripts && node translateScript.js"