currently, if I create a symbolic link to my build directory, "firebase deploy" does not found the directory.
Error: Specified public directory does not exist, can't deploy hosting
But if I launch the site with "firebase serve" it actually works fine.
Thanks