You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git commit -m "chore(component,demo): bump"
husky > commit-msg (node v8.12.0)
.git/COMMIT_EDITMSG
⧗ input:
chore(component,demo): bump
✖ scope may not be empty [scope-empty]
✖ message may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
husky > commit-msg hook failed (add --no-verify to bypass)
Expected Behavior
Below two commands should be passed in my config. At least the same result should be output.
Current Behavior
$ cat .git/COMMIT_EDITMSG | npx commitlint ⧗ input: chore(component,demo): bump ✔ found 0 problems, 0 warnings
Above command passed but below failed.
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
commitlint.config.js
```js ```Context
Your Environment
package.json:
version:
The text was updated successfully, but these errors were encountered: