chore(app): added in commit cz and version for change logs
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user