There was an error while loading. Please reload this page.
2 parents 545e0a1 + 7fde2fb commit e273b90Copy full SHA for e273b90
1 file changed
patches/README.md
@@ -0,0 +1,8 @@
1
+# patches/
2
+
3
+`patch-package` patches for third-party dependencies. They are applied by the
4
+`postinstall` hook (`package.json`) and re-applied inside the Docker builder,
5
+which copies this directory before `npm ci` (`COPY ./patches ./patches`).
6
7
+Keep this directory tracked even when there is no patch: removing it breaks the
8
+Docker build, since the `COPY` above cannot resolve a path that does not exist.
0 commit comments