Skip to content

Commit 2493555

Browse files
committed
fix: 캐시가 존재해도 pnpm install 실행되도록 수정
- pnpm 모듈 캐시가 hit될 경우 install이 실행되지 않아 빌드가 실패하는 문제를 해결 - 캐시가 존재하더라도 `pnpm install --frozen-lockfile`을 실행하여 의존성을 보장
1 parent 7a64d8d commit 2493555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
${{ runner.os }}-
3333
3434
- name: Install Dependencies
35-
if: steps.cache.outputs.cache-hit != 'true'
3635
run: |
3736
pnpm install --frozen-lockfile
3837
pnpm store prune

0 commit comments

Comments
 (0)