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
Right now, the moment gilded-wordpress is updated on the server-side, clients in content repos like api.jquery.com are broken unless all 12 repos are updated at the same time.
These aren't long-running services, so nothing actually "breaks". It just means you have to, at some point, update package.json in a given content repo before you can deploy changes in content from that same repo. The content repos are quite stable, so it's perfectly fine for them to be out of sync for a few weeks until someone actually wants to deploy from them and push a tag. Until then, there's no issue either way.
The text was updated successfully, but these errors were encountered:
Right now, the moment gilded-wordpress is updated on the server-side, clients in content repos like api.jquery.com are broken unless all 12 repos are updated at the same time.
Note that in practice, nothing breaks because:
npm update
step from builder notifier scripts #38).The text was updated successfully, but these errors were encountered: