dvcrn / ex_openai

Auto-generated Elixir SDK for OpenAI APIs with full typespecs, docs and streaming support
MIT License
71 stars 27 forks source link

Add only clause to mix_test_watch #6

Closed johns10 closed 11 months ago

johns10 commented 11 months ago

{:mix_test_watch, "~> 1.0", only: [:test], runtime: false}

Not necessary to include in production.

dvcrn commented 11 months ago

Thanks for that, you're welcome to send a small PR through to remove it :)

johns10 commented 11 months ago

Done

dvcrn commented 11 months ago

Will get included in the next release, thank you ❤️