-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Block experiments classname package #6861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will wait for this item to be resolved before reviewing. Feel free to re-request after it's been resolved. Thanks!
…experiments commands
Done! I decided to not unify both just in case separate configurations are preferred for each submodule 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @geriux. 🚀
Thanks @twstokes ! This PR didn't include the merge commit hash from Gutenberg so I'll create another PR to update it shortly. |
Ah! My bad on that. 😬 |
Related PR:
This PR adds a new step to install dependencies of the
block-experiments
submodule. Currently, we were relying on Gutenberg to have all needed dependencies for this submodule, but since the recent removal of theclassnames
package, it makes sense this submodule also installs its dependencies as we do it for Jetpack and Gutenberg.It adds a new bash file to install the
block-experiments
dependencies, which will be called in thepostinstall
script in Gutenberg Mobile'spackage.json
A new item was added to Metro's block list, to not include files from the
@wordpress
package from its dependencies, the reason for this is to solve problems with bringing old references of older versions of thenative
files. This shouldn't affect anything as we are loading these packages from Gutenberg already.To test CI checks should pass.
PR submission checklist: