FIx building functions for deploy

This commit is contained in:
Zakary Timson 2018-07-17 21:49:36 -04:00
parent ee21a6101a
commit 8af7029d28

View File

@ -55,7 +55,7 @@ jobs:
- run:
name: Deploy
command: yarn firebase deploy --token "${FIREBASE_TOKEN}" --only functions
command: cd .. && yarn firebase deploy --token "${FIREBASE_TOKEN}" --only functions
workflows:
version: 2