From 81804b48984cb7f190e8b078c43796843b516766 Mon Sep 17 00:00:00 2001 From: s-alad Date: Sat, 4 May 2024 22:13:05 -0400 Subject: [PATCH] ci --- .github/workflows/firebase-hosting-merge.yml | 2 ++ .github/workflows/firebase-hosting-pull-request.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index ad9dc3c..8b6afb3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -23,3 +23,5 @@ jobs: channelId: live projectId: toofake-client entryPoint: client + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index d6ce477..2c47af7 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -18,4 +18,6 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TOOFAKE_CLIENT }}' projectId: toofake-client - entryPoint: client \ No newline at end of file + entryPoint: client + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks \ No newline at end of file