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
{{ message }}
This repository was archived by the owner on Nov 16, 2021. It is now read-only.
composer-patches ends up leaving a stray directory after trying to apply patches to drupal/core in the wrong place. Lightning Project should use the patchLevel key to declare that drupal/core patches should be applied as -p2.
I.e.:
"patchLevel": {
"drupal/core": "-p2"
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
composer-patches
ends up leaving a stray directory after trying to apply patches todrupal/core
in the wrong place. Lightning Project should use thepatchLevel
key to declare thatdrupal/core
patches should be applied as-p2
.I.e.:
The text was updated successfully, but these errors were encountered: