build(new build script): this includes the change log stuff and build of both old and new versions
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"start:win": "set NODE_ENV=production && node dist/main.js",
|
"start:win": "set NODE_ENV=production && node dist/main.js",
|
||||||
"docker": "docker compose up --build --force-recreate -d",
|
"docker": "docker compose up --build --force-recreate -d",
|
||||||
"commit": "cz",
|
"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:migrate": "npx drizzle-kit push",
|
||||||
"db:generate": "npx drizzle-kit generate",
|
"db:generate": "npx drizzle-kit generate",
|
||||||
"translateDocs": "cd scripts && node translateScript.js",
|
"translateDocs": "cd scripts && node translateScript.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user