Install firebase tools for CI

This commit is contained in:
2019-04-21 17:04:29 -04:00
parent a0951f8242
commit c7786f8f8d
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,9 @@ jobs:
- run:
name: Deploy
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"
command: |
yarn global add firebase-tools
yarn firebase deploy --token "${FIREBASE_TOKEN}"
workflows:
version: 2