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
When using husky 5.0.4 installed with yarn and defined this instruction on commit-msg file " yarn commitlint -E HUSKY_GIT_PARAMS" it give me this error when making a commit "'HUSKY_GIT_PARAMS' is not available globally"
Expected Behavior
When commit with the last version of husky and commitlint it returns the listed error
Current Behavior
Affected packages
cli
core
prompt
config-angular
Possible Solution
Steps to Reproduce (for bugs)
yarn add hasky@next
yarn add all commitlint packages
yarn husky install
Put this on commit-msg file on .husky folder " yarn commitlint -E HUSKY_GIT_PARAMS"
When using husky 5.0.4 installed with yarn and defined this instruction on commit-msg file " yarn commitlint -E HUSKY_GIT_PARAMS" it give me this error when making a commit "'HUSKY_GIT_PARAMS' is not available globally"
Expected Behavior
When commit with the last version of husky and commitlint it returns the listed error
Current Behavior
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
yarn add hasky@next
yarn add all commitlint packages
yarn husky install
Put this on commit-msg file on .husky folder " yarn commitlint -E HUSKY_GIT_PARAMS"
commitlint.config.js
```js ```Context
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: