We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c6a07 + c72cd90 commit 3d7e22bCopy full SHA for 3d7e22b
.github/workflows/deploy.yml
@@ -32,6 +32,8 @@ jobs:
32
with:
33
name: installers
34
path: installers
35
+ - name: Install Dependencies
36
+ run: cd functions && npm install
37
- name: Deploy to Firebase
38
uses: w9jds/firebase-action@master
39
0 commit comments