From db243b6ef819cd9c8a3377ce5caf4bb072efc201 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Mon, 19 Feb 2018 18:02:03 +0100 Subject: [PATCH] chore(add new items to chore): adds chore command --- .cz-config.js | 3 ++- .npmignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.cz-config.js b/.cz-config.js index 820bd109f8e..4fab200f5c5 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -25,6 +25,7 @@ module.exports = { {value: 'docs', name: 'docs: Documentation'}, {value: 'deps', name: 'deps: Dependency bumps only'}, {value: 'cli', name: 'cli: core CLI things'}, - {value: 'misc', name: 'misc: Other formats like tweaks and such'} + {value: 'misc', name: 'misc: Other formats like tweaks and such'}, + {value: 'chore', name: 'chore: Updating docs, linting etc'}, ] }; \ No newline at end of file diff --git a/.npmignore b/.npmignore index 72d849e3565..f8aee229c89 100644 --- a/.npmignore +++ b/.npmignore @@ -16,3 +16,4 @@ jsdoc.json .appveyor.yml .codecov.yml *.snap +build \ No newline at end of file