From 923c3f5b01dc75e410c00bd832ec607a956ddb5b Mon Sep 17 00:00:00 2001 From: "D. Binara Kaveesha Weerasekara" <119029171+D-Binara@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:43:51 +0530 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 89c6713..4680c75 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: cd The-Weaver-s-Gift && npm ci - - run: cd The-Weaver-s-Gift && npm run build --if-present + - run: cd The-Weaver-s-Gift && npm run dev - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }}