Skip to content

Commit 3d7e22b

Browse files
authored
Merge pull request #7 from Heshdude/creating-installer-generator
Adding install to functions
2 parents 63c6a07 + c72cd90 commit 3d7e22b

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)