Skip to content

Commit

Permalink
fix: deploy.yaml changed. Npm run build script will ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HidenLee authored Aug 20, 2024
1 parent eec2b61 commit 52fff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 의존성 설치 및 빌드
run: |
npm ci
npm run build
CI=false npm run build
working-directory: travelday-fe

- name: AWS IAM 사용자 설정
Expand Down

0 comments on commit 52fff38

Please sign in to comment.