Skip to content

Commit

Permalink
fix(commands): add commit command to package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Nov 20, 2020
1 parent 037e3ed commit 029e724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "yarn lerna run build",
"dev": "yarn lerna run dev",
"prettier": "yarn lerna run prettier",
"publish": "yarn build && yarn lerna publish"
"publish": "yarn build && yarn lerna publish",
"commit": "yarn git-cz"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 029e724

Please sign in to comment.