Skip to content

Commit

Permalink
Update frontend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Dec 20, 2023
1 parent c95b02e commit ae39c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
SHARE_KAKAO_LINK_KEY: ${{secrets.SHARE_KAKAO_LINK_KEY}}

- name: ✨ 의존성 설치
run: rm -rf ./node_modules yarn.lock && yarn cache clean && yarn install
run: rm -rf ./node_modules && yarn cache clean && yarn install

- name: ✨ 빌드
run: yarn build:prod
Expand Down

0 comments on commit ae39c9b

Please sign in to comment.