Updated configs

This commit is contained in:
2018-06-24 22:05:01 -04:00
parent 30b6d1c61d
commit 2eaac22019
4 changed files with 8629 additions and 10 deletions

View File

@ -14,13 +14,19 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- run:
name: Install Dependancies
command: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn build
- run:
name: Build
command: yarn build
- run: yarn firebase-tools deploy --token "${FIREBASE_TOKEN}"
- run:
name: Deploy
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"