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
Adding patch-package at the post-install step was a mistake as yarn is trying to execute that step even when installing the package as a dependency. Maybe we should try moving it to generate types step which is called when trying to make a build, so no post install will be called when adding the package to other pojects.
To Reproduce
just try to yarn add the package
Expected behavior
To succeed.
Screenshots / logs
If applicable, add screenshots and/or logs to help explain your problem.
Relevant environment details:
OS: [e.g. iOS]
Browser [e.g. chrome 22, safari]
Node version [e.g. 14.17.4]
etc
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I guess I broke it :(
Adding patch-package at the post-install step was a mistake as yarn is trying to execute that step even when installing the package as a dependency. Maybe we should try moving it to generate types step which is called when trying to make a build, so no post install will be called when adding the package to other pojects.
To Reproduce
just try to
yarn add
the packageExpected behavior
To succeed.
Screenshots / logs
If applicable, add screenshots and/or logs to help explain your problem.
Relevant environment details:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: