Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pretty patch file paths #29

Open
milahu opened this issue Oct 25, 2022 · 0 comments
Open

pretty patch file paths #29

milahu opened this issue Oct 25, 2022 · 0 comments

Comments

@milahu
Copy link
Owner

milahu commented Oct 25, 2022

instead of the default "flat" path format

patches/@tanstack+query-core+4.13.0.patch
patches/@tanstack+solid-query+4.13.0.patch

let me use a "deep" path format

patches/@tanstack/query-core/4.13.0.patch
patches/@tanstack/solid-query/4.13.0.patch

make this configurable in package.json

{
  "name": "my-project",
  "patch-package": {
    "path-format": "deep"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant