We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb17ad4 commit 3b38e64Copy full SHA for 3b38e64
README.md
@@ -65,7 +65,7 @@ files.
65
building in Docker, you might need to adjust configuration in `.npmrc`. See
66
[#185](https://github.com/ds300/patch-package/issues/185).
67
- In your `Dockerfile`, remember to copy over the patch files *before* running
68
- `npm install`
+ `[npm|yarn] install`
69
- If you cache `node_modules` rather than running `yarn install` every time,
70
make sure that the `patches` dir is included in your cache key somehow.
71
Otherwise if you update a patch then the change may not be reflected on
0 commit comments