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
+22-6
Original file line number
Diff line number
Diff line change
@@ -61,24 +61,27 @@ files.
61
61
62
62
### Heroku
63
63
64
-
For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFIG_PRODUCTION=false` or `YARN_PRODUCTION=false`](https://devcenter.heroku.com/articles/nodejs-support#package-installation). See [this issue](https://github.com/ds300/patch-package/issues/130) for more details.
64
+
For `patch-package` to work on Heroku applications, you must specify
65
+
[`NPM_CONFIG_PRODUCTION=false` or `YARN_PRODUCTION=false`](https://devcenter.heroku.com/articles/nodejs-support#package-installation).
66
+
See [this issue](https://github.com/ds300/patch-package/issues/130) for more
67
+
details.
65
68
66
69
### Docker and CI
67
70
68
71
- If having errors about working directory ("cannot run in wd [...]") when
69
72
building in Docker, you might need to adjust configuration in `.npmrc`. See
0 commit comments