From b229695f87e6231e3d67c60b4d507e72bb047c07 Mon Sep 17 00:00:00 2001 From: "aayush@nexleaf.org" Date: Fri, 5 Jan 2024 13:55:51 -0800 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1865a60..6ff8548 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,8 +15,6 @@ jobs: with: node-version-file: '.nvmrc' - run: npm ci --legacy-peer-deps && npm run build - with: - node-version-file: '.nvmrc' - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'