Accidentally ran develop command on production DB

I accidentally ran the yarn run develop command while my local project was configured to connect to my production database. Everything seems fine, but I noticed that the Content-Types Builder option shows up under plugins when I log into the production Admin area even though I an no longer running develop.

If I try to load it I get a warning about how it is disabled due to auto refresh not being enabled in production, but I’m curious if there are potentially any negative impacts that could happen from running the develop command on a production database.

Thanks!