-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yarn Berry + Workspace 도입, 프론트엔드 패키지 모노레포 전환 (행록 서비스 + 디자인시스템 + 어드민 통…
…합) (#782) * feature: 프론트엔드 패키지들(행록 서비스, 디자인시스템) 모노레포 초기 구축 * build: cypress e2e CI workflow_dispatch 추가 * build: cypress e2e CI workflow_dispatch 수정 * build: cypress ci yml 임시수정 * build: hanglog service cypress CI 파이프라인 수정 * refactor: 모노레포 패키지 구조 변경, workspace 내 typescript 버전문제 개선중 * fix: workspace에서 type을 찾지 못하는 문제 해결 * chore: .code-workspace 설정 추가 * refactor: type error 관련 코드 수정 * refactor: 디자인시스템 eslint 터지는 코드 개선 * refactor: 패키지 구조 변경에 의한 cypress ci 테스트코드 수정 * refactor: 패키지 구조 변경에 의한 chromatic ci yml 수정 * fix: ts-pattern 버전문제로 인한 문제 수정 * chore: 디자인시스템 ts-pattern 제거 * chore: 불필요한 ts-pattern 제거 * refactor: chromatic 관련 workspace명령어 제거 * Update README.md
- Loading branch information
1 parent
0f735e3
commit 8ce942e
Showing
2,195 changed files
with
61,170 additions
and
37,723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.yarn/* | ||
!.yarn/cache | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.