As titled.
I'm finding it extremely annoying that all of the tests run every time I commit. We should enforce commit squashing anyways when we merge PRs so that not every commit has to be valid.
I currently pass -n every time I commit simply because I don't want to wait for the tests to run, but then when I use npm version and it commits a tag, that hook still runs and there's no way for me to disable it.
Maintainers, WDYT?
As titled.
I'm finding it extremely annoying that all of the tests run every time I commit. We should enforce commit squashing anyways when we merge PRs so that not every commit has to be valid.
I currently pass
-nevery time I commit simply because I don't want to wait for the tests to run, but then when I usenpm versionand it commits a tag, that hook still runs and there's no way for me to disable it.Maintainers, WDYT?