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
We have some CI that checks that lib/ matches what happens when you autogenerate the files from what's in the repository.
If everyone always remembered to run gulp clean compile and then git add lib/ before every PR, we'd be set.
Let's extend the CI thing to add a single step that checks if there were changes and they were all inside of lib/, and then it commits and pushes its own update. It should be quick to write.
Maybe it'll be great, maybe it'll be super annoying. Let's find out!
Desiderata
We have some CI that checks that
lib/
matches what happens when you autogenerate the files from what's in the repository.If everyone always remembered to run
gulp clean compile
and thengit add lib/
before every PR, we'd be set.Let's extend the CI thing to add a single step that checks if there were changes and they were all inside of lib/, and then it commits and pushes its own update. It should be quick to write.
Maybe it'll be great, maybe it'll be super annoying. Let's find out!
Cognata
Verbata: gulp, build step, source code, CI, continuous integration, version control is only for source code, autogenerated files out of the repo,
The text was updated successfully, but these errors were encountered: