Skip to content

Commit 948f3a0

Browse files
author
Kyle Kwon
authored
Merge pull request #17 from olhkyle/refactor/print
📦 [CHORE] update merge and pull request yml
2 parents 15c9af6 + 0104b9d commit 948f3a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: 8
2424

2525
- name: install dependencies and build
26-
run: pnpm install --frozen-lockfile && pnpm run build
26+
run: pnpm run build
2727

2828
- name: Generate Environment Variables File
2929
run: |

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
VITE_FIREBASE_MEASUREMENT_ID: ${{ secrets.VITE_FIREBASE_MEASUREMENT_ID }}
4040

4141
- name: install dependencies and build
42-
run: pnpm install --frozen-lockfile && pnpm run build
42+
run: pnpm run build
4343

4444
- name: deploy to firebase
4545
uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)