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.
1 parent 64aac76 commit c72cd90Copy full SHA for c72cd90
.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