Skip to content

Commit db243b6

Browse files
committed
chore(add new items to chore): adds chore command
1 parent a400809 commit db243b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cz-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
{value: 'docs', name: 'docs: Documentation'},
2626
{value: 'deps', name: 'deps: Dependency bumps only'},
2727
{value: 'cli', name: 'cli: core CLI things'},
28-
{value: 'misc', name: 'misc: Other formats like tweaks and such'}
28+
{value: 'misc', name: 'misc: Other formats like tweaks and such'},
29+
{value: 'chore', name: 'chore: Updating docs, linting etc'},
2930
]
3031
};

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jsdoc.json
1616
.appveyor.yml
1717
.codecov.yml
1818
*.snap
19+
build

0 commit comments

Comments
 (0)