From 73f0709c08be4e0b32fb6176a29a5eaec6228986 Mon Sep 17 00:00:00 2001 From: swapnilnarad2000 Date: Mon, 5 Feb 2024 12:04:53 +0530 Subject: [PATCH] updated github actions config --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 387afa1..069fdae 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm ci && npm run build + - run: npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 4412369..827822e 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm ci && npm run build + - run: npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/package-lock.json b/package-lock.json index 2454335..a20c56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "tgv-website-2", + "name": "tgv-website", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "tgv-website-2", + "name": "tgv-website", "version": "0.1.0", "dependencies": { "@testing-library/jest-dom": "^5.17.0", diff --git a/package.json b/package.json index 9aff8e6..4c04d94 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tgv-website-2", + "name": "tgv-website", "version": "0.1.0", "private": true, "dependencies": {