diff --git a/package.json b/package.json index 979eeb66..d3cf6fc8 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "https://github.com/HospitalRun/hospitalrun-server.git" }, "scripts": { + "commit": "npx git-cz", "prebuild": "npm run lint && npm run clean-build", "build": "tsc", "clean-build": "rimraf ./dist && mkdir dist",