Skip to content

Commit

Permalink
v0.5.0-alpha.5 (#28)
Browse files Browse the repository at this point in the history
* 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
prescottprue authored Aug 14, 2018
1 parent f3e33d7 commit 4313d72
Show file tree
Hide file tree
Showing 7 changed files with 1,101 additions and 1,008 deletions.
Loading

0 comments on commit 4313d72

Please sign in to comment.