Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(core): support using already installed `firebase-tools` version by using `npx` to invoke firebase commands * feat(core): only install `firebase-tools` if `npx firebase --version` fails instead of if it is not found globally (needed to support already installed local version of `firebase-tools`) * fix(core): deploy message changed to: * only include first `150` characters of commit message instead of fist `300` (firebase only shows short snippet in Hosting UI) * remove "`" from message (could cause some deployments to fail due to invalid command)
- Loading branch information