Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Sep 8, 2019
1 parent 5ebcb48 commit f0dda4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Deploy functions
run: |
cd functions
npm install
npm run lint
npm install -g firebase-tools
firebase deploy --token "$FIREBASE_TOKEN" --only functions
Expand Down

0 comments on commit f0dda4d

Please sign in to comment.