Iván Carreón Vázquez
Results
1
issues of
Iván Carreón Vázquez
I have the following configuration in my package.json: ``` { "husky": { "hooks": { "pre-commit": "npm run lint && npm run bump", } } ... ``` The bump-prompt is opened...