Skip to content

Commit

Permalink
chore(cli): add cli scope
Browse files Browse the repository at this point in the history
add bin object
  • Loading branch information
PaleBluDot committed Mar 25, 2024
1 parent 89eb9ae commit 21a34aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/commitizen.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const types = [
},
];

const scopes = ["components", "config", "data", "deps", "layout", "media", "partials", "styles", "templates", "test", "utils"].map((name) => ({
const scopes = ["components", "config", "cli", "data", "deps", "layout", "media", "partials", "styles", "templates", "test", "utils"].map((name) => ({
name,
}));

Expand Down

0 comments on commit 21a34aa

Please sign in to comment.