Skip to content

Commit

Permalink
refactor: cd process 최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Dec 3, 2024
1 parent 7260185 commit 252816d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: Install Dependencies
run: npm ci
run: npm install


- name: Build
run: |
Expand Down

0 comments on commit 252816d

Please sign in to comment.