patch-package
patch-package copied to clipboard
Fix broken node modules instantly 🏃🏽♀️💨
I've applied patches to packages including `react-native-orientation`, `react-native-smartlock`, `react-native-shared-element`, and `react-native-tus-client` using `yarn patch-package `. However, after running `yarn install`, I receive no errors indicating that these patches failed to...
I'm making some simple chnages to some web files located in a package's `dist` folder. The changes are to `.astro` files. I make the changes and then run `npx patch-package...
Add new `--expect-patch` flag that produces error when no patches were applied. I found it useful to prevent accidental skips during Docker build for example, when patches folder is simply...