apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
409 stars 85 forks source link

Delete vestigial last_run.uuid file #2236

Closed glasser closed 4 days ago

glasser commented 1 month ago

This file gets written with a random UUID every time you download the schema. The line that writes it was added in #119 along with a special cargo:rerun-if-changed command to control if Cargo is rerun. However, that check was removed in #1166. (And then this entire update procedure was moved from build.rs to an explicitly-run xtask command in #1424.)

So it seems like this file is completely vestigial at this point and doesn't need to be updated when you update the schema.

svc-apollo-docs commented 1 month ago

✅ Docs Preview Ready

No new or changed pages found.