Firebase CLI is broken since https://github.com/firebase/firebase-tools/pull/5215 when using `npm` workspaces. (11.18.0 works fine) ### Environment info - firebase-tools `11.19.0` - npm `8.18` - node 16 - npm workspaces - Archlinux ### Test case <!-- Provide a minimal, complete, and verifiable example (http://stackoverflow.com/help/mcve) --> ### Steps to reproduce Any `firebase` cli command with npm workspaces set up ### Expected behavior Command should succeed ### Actual behavior Errors (not sure the 1st is relevant): ``` Could not find functions.yaml. Must use http discovery Error: spawn ./node_modules/.bin/firebase-functions ENOENT ```