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
Playground uses a bundled version of WordPress, which means it needs to periodically update it to keep up with new releases (especially the Beta releases).
Building a bundle involves running a command with a specific version:
Playground uses a bundled version of WordPress, which means it needs to periodically update it to keep up with new releases (especially the Beta releases).
Building a bundle involves running a command with a specific version:
Let's:
npm run compile-wordpress
Ideally the action would short-circuit if the latest WordPress version hasn't changed since the last run.
Then, once
playground.wordpress.net
can be automatically deployed, let's deploy it whenever a new bundle is committed.The text was updated successfully, but these errors were encountered: