From e13b2939cfb2cb1a23051b27865a10e67d67026b Mon Sep 17 00:00:00 2001 From: Matteo Suppo Date: Thu, 22 Feb 2024 14:38:47 +0100 Subject: [PATCH] Enable nextjs experiment --- .github/workflows/firebase-hosting-merge.yml | 2 ++ .github/workflows/firebase-hosting-pull-request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e6402c3..4f00454 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -18,3 +18,5 @@ jobs: firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BANDOFBLADES_D38C6 }}' channelId: live projectId: bandofblades-d38c6 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 1f70034..ccfcf9a 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -15,3 +15,5 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BANDOFBLADES_D38C6 }}' projectId: bandofblades-d38c6 + env: + FIREBASE_CLI_EXPERIMENTS: webframeworks