Skip to content

Commit dc1cfc8

Browse files
committed
#351 feat(fe): frozen-lockfile 재조정
1 parent ce0f35a commit dc1cfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: src/frontend
6969
run: |
7070
if [ ! -d "node_modules" ]; then
71-
pnpm install
71+
pnpm install --frozen-lockfile --prefer-offline
7272
fi
7373
7474
- name: Run Task with Cache
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install Dependencies
136136
working-directory: src/frontend
137137
run: |
138-
pnpm install
138+
pnpm install --frozen-lockfile --prefer-offline
139139
140140
- name: Run Build with Cache (Web)
141141
if: matrix.package == 'web'

0 commit comments

Comments
 (0)