Skip to content

Commit e2e1d23

Browse files
author
Pietro Bongiovanni
committed
Use npm package over repo in install script
1 parent 7c99682 commit e2e1d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "Installing Commitizen Globally"
33
npm install -g commitizen
44
echo "Installing JIRA smart commits"
5-
npm install -g https://github.com/pgoodjohn/cz-jira-smart-commit
5+
npm install -g cz-jira-smart-commit
66
echo "Creating a global config file"
77
echo '{ "path": "/usr/local/lib/node_modules/cz-jira-smart-commit/" }' > ~/.czrc
88
echo "You can view documentation at the link: https://fixico.atlassian.net/wiki/pages/resumedraft.action?draftId=39425512"

0 commit comments

Comments
 (0)