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
Check in API data instead of building it every time (#591)
Previously, we checked out, built, and analyzed the Lit every time we deployed. Now, we check the generated data files into the Git repo instead. There is also a new GitHub check that ensures the checked in files are up-to-date. The advantages of this are:
- We can see in PRs when the data files have changed. This lets us see the effects of changes from the annotations in the Lit source, changes to the API generator, or other changes/bugs.
- Deploying should be much faster, since we no longer need to check out, build, and analyze the Lit repo as part of deploying. This will help even more once we are also analyzing the Lit 1.x repos.
0 commit comments