Skip to content

Commit daf4e26

Browse files
committed
ci: yarn install 명령어 변경
- yarn install --frozen-lockfile을 yarn install --immutable로 수정하여 의존성 설치 방식 변경 - 불필요한 주석 제거
1 parent 3c4ca1b commit daf4e26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'yarn'
2121

2222
- name: Install dependencies
23-
run: yarn install --frozen-lockfile
23+
run: yarn install --immutable
2424

2525
- name: Build shared packages
2626
run: |
@@ -34,7 +34,6 @@ jobs:
3434
yarn workspace @meme-wiki/apis lint
3535
yarn workspace @meme-wiki/apis build
3636
37-
# 웹 앱 빌드
3837
- name: Build web application
3938
run: |
4039
echo "Building @meme-wiki/web..."

0 commit comments

Comments
 (0)