Skip to content

Commit 50cf771

Browse files
committed
deploy function dependencies
1 parent 9a21788 commit 50cf771

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/firebase-deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Install pnpm
2828
run: npm install -g pnpm
2929

30-
- name: Install dependencies
30+
- name: Install Frontend dependencies
3131
run: pnpm install
3232

33-
- name: Build
33+
- name: Build Frontend
3434
run: pnpm run build
3535

3636
- name: Deploy Frontend to Firebase Hosting
@@ -41,6 +41,10 @@ jobs:
4141
channelId: live
4242
projectId: things-to-complete
4343

44+
- name: Install Functions dependencies
45+
run: npm install
46+
working-directory: ./functions
47+
4448
- name: Deploy Functions
4549
uses: Ktoxcon/action-cloud-functions-deploy@0.1.0
4650
with:

0 commit comments

Comments
 (0)