You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
76
76
subsequent CI runs.
77
77
78
78
#### CircleCI example
79
-
Before loading/saving your cache, run `md5sum patches/* > patches.hash`
79
+
Create a hash of your patches before loading/saving your cache. If using a Linux machine, run `md5sum patches/* > patches.hash`. If running on a macOS machine, use `md5 patches/* > patches.hash`
0 commit comments