cz-cli
cz-cli copied to clipboard
Add .nyc_output and .eslintrc to .npmignore
The .nyc_output
folder accounts for 4 MB on disk:
du -hs node_modules/commitizen/.nyc_output/
4.0M node_modules/commitizen/.nyc_output/
which is most of the package size
du -hs node_modules/commitizen/
4.4M node_modules/commitizen/
I can create a PR for this (it still true for today for the 4.0.3 version).
already added: https://github.com/commitizen/cz-cli/blob/master/.npmignore#L10
but what is missing:
-
/.github
-
/jobs
-
/logo
-
/.editorconfig
-
/.eslintrc
-
/azure-pipelines.yml
-
/babel.config.js
-
/CONTRIBUTING.md
? -
/renovate.json
see: https://publint.dev/[email protected]