Skip to content

Commit

Permalink
chore(package.json): update npm run commit script
Browse files Browse the repository at this point in the history
Updated the `npm run commit` script to use npx to run git cz
  • Loading branch information
alejandrosaenz117 committed Nov 23, 2020
1 parent 3bf0cf4 commit cdf1948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "tslint --project . && cd frontend && npm run-script lint",
"lint:fix": "tslint --fix --project . && cd frontend && npm run-script lint --fix=true",
"release": "standard-version",
"commit": "git cz"
"commit": "npx git-cz"
},
"keywords": [
"web security",
Expand Down

0 comments on commit cdf1948

Please sign in to comment.