Hi, I was wondering if there is a way to only deploy the Netlify functions in my repo, and not build the entire site. An entire site build can take up to 20minutes. While building the functions takes less than a minute. This should be possible and would reduce on compute-time on your end. Any hints?
edit:
I am using Netlify CLI. So it would be great if I could do it that way.