Skip to content

Commit c72cd90

Browse files
committed
Adding install to functions
1 parent 64aac76 commit c72cd90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
name: installers
3434
path: installers
35+
- name: Install Dependencies
36+
run: cd functions && npm install
3537
- name: Deploy to Firebase
3638
uses: w9jds/firebase-action@master
3739
with:

0 commit comments

Comments
 (0)