Skip to content

Commit

Permalink
Merge pull request #307 from boostcampwm2023/develop
Browse files Browse the repository at this point in the history
[Deploy] Week6 Ver1 배포 (yarn에러 해결시도)
  • Loading branch information
KimGaeun0806 authored Dec 10, 2023
2 parents b166ed6 + 3343066 commit 1fb887c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Test and Build with yarn
run: |
yarn cache clean --all
yarn install
yarn workspace client build
yarn workspace admin build
Expand Down

0 comments on commit 1fb887c

Please sign in to comment.