Skip to content

Commit

Permalink
feat: fix git-cz displaying emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 17, 2023
1 parent a902d7d commit 300d40a
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"cm": "commitlint",
"cm": "git-cz --disable-emoji",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
Expand Down

0 comments on commit 300d40a

Please sign in to comment.