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 3303a72 commit b57277eCopy full SHA for b57277e
.github/workflows/firebase-hosting-merge.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Install pnpm
15
+ run: npm install -g pnpm
16
- run: pnpm build
17
- uses: FirebaseExtended/action-hosting-deploy@v0
18
with:
.github/workflows/firebase-hosting-pull-request.yml
@@ -13,6 +13,8 @@ jobs:
19
20
0 commit comments