chore(app): added in commit cz and version for change logs

This commit is contained in:
2025-08-26 20:54:56 -05:00
parent 706cee6137
commit 3dad89c02b
3 changed files with 5848 additions and 2343 deletions

View File

@@ -16,7 +16,9 @@
"build": "npm run build:docs && npm run build:front && npm run build:app",
"start:app": "set NODE_ENV=production && node dist/main.js",
"start": "dotenvx run -f .env -- npm run start:app",
"docker": "docker build --no-cache -t lst-test ."
"docker": "docker build --no-cache -t lst-test .",
"commit": "cz",
"deploy": "standard-version --conventional-commits && npm run build"
},
"repository": {
"type": "git",
@@ -35,8 +37,15 @@
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"@types/node": "^24.3.0",
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.5.0",
"ts-node-dev": "^2.0.0",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}