Skip to content

Commit

Permalink
merge: 개발 환경에서 MSW 오류로 인해 웹사이트에 접속할 수 없는 상황 #468
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 authored Jan 21, 2025
2 parents 516713b + 00a632a commit be09287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fe-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# 5. Build Project
- name: Build for Dev
working-directory: ./frontend
run: npm run build:dev
run: npm run build:prod

# 6. Configure AWS CLI
- name: Configure AWS CLI
Expand Down

0 comments on commit be09287

Please sign in to comment.