frontsideair / frontsideair/yarnhook
Support appending additional arguments
Open
- Dominant language
- JavaScript
- Stars
- 219
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to add the ability to accept additional arguments so I could do something like this:
```
"husky": {
"hooks": {
"post-checkout": "yarnhook --ignore-optional",
"post-merge": "yarnhook --ignore-optional",
"post-rewrite": "yarnhook --ignore-optional"
}
}
```
I'd really like to prevent yarnhook from installing optional dependencies.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.