Skip to content

Commit 3b38e64

Browse files
authored
Add 'yarn install' to match 'npm install'
1 parent bb17ad4 commit 3b38e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ files.
6565
building in Docker, you might need to adjust configuration in `.npmrc`. See
6666
[#185](https://github.com/ds300/patch-package/issues/185).
6767
- In your `Dockerfile`, remember to copy over the patch files *before* running
68-
`npm install`
68+
`[npm|yarn] install`
6969
- If you cache `node_modules` rather than running `yarn install` every time,
7070
make sure that the `patches` dir is included in your cache key somehow.
7171
Otherwise if you update a patch then the change may not be reflected on

0 commit comments

Comments
 (0)