mirror of
https://github.com/openai/codex.git
synced 2026-05-05 13:51:29 +03:00
Another one that I noticed. The dist structure is very simple rn, so unlikely to run into orphaned files as you're emitting a single built artifact which wil be overwritten on build, but I always prefer to do clean builds as "hygiene". I had a dirty dist personally after local development and testing some things, as an example. Alternatives could be to create a `clean` script with cross platform `rimraf dist`
2.8 KiB
2.8 KiB