Skip to content

Commit

Permalink
[🔨chore]: cicd시 dependency파일 설치과정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Mar 31, 2024
1 parent e6dc697 commit a48cb2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
yarn set version 4.1.0
- name: Install dependencies
run: yarn install

- name: Build with yarn
run: yarn run build
env:
Expand Down

0 comments on commit a48cb2e

Please sign in to comment.