Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(toolchain): adds new commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Sep 28, 2019
1 parent c4c1bcb commit 285b367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 285b367

Please sign in to comment.