I'm citing 3 articles together in my thesis and latex displays it as [1; 2; 3], But I want it as [1-3] How can I fix this? Thank you in advance!
My M. W. E. and sample bib is attached below
\documentclass[12pt,a4paper]{book}
\usepackage{cite}
\usepackage[round,authoryear]{natbib}
\begin{document}
\cite{article1,article2,article3}
\bibliography{zoteroexport.bib}
\bibliographystyle{IEEEtran}
\end{document}
@article{soames_detecting_2019,
title = {Detecting {Cycles} in {GraphQL} {Schemas}},
author = {Soames, Kieron and Lind, Jonas},
year = {2019},
keywords = {cycle detection}
}