Install firebase tools for CI

This commit is contained in:
Zakary Timson 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

View File

@ -25,7 +25,6 @@
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"firebase": "^5.1.0",
"firebase-tools": "^6.0.1",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
@ -39,6 +38,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"firebase-tools": "^6.0.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",