Skip to content

Commit

Permalink
feat: npm 실행 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 31, 2023
1 parent f644ce4 commit c3c24a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontendCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: build
working-directory: ./fe
run: |
npm ci
npm run build --if-present
npm install
npm build
npm test
- name: S3 Deploy
Expand Down

0 comments on commit c3c24a9

Please sign in to comment.