From 55120767ede51eb6ee3da53919a099a6a1169d53 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 1 Sep 2021 18:27:45 +0100 Subject: [PATCH] Fix typo --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 0e8a439..591a729 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - run: npm install - run: npm run build - - run: cd functions && npm run build + - run: cd functions && npm install - run: cd .. - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index ae077d3..84186ff 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - run: npm install - run: npm run build - - run: cd functions && npm run build + - run: cd functions && npm install - run: cd .. - uses: FirebaseExtended/action-hosting-deploy@v0 with: