You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://github.com/shinhancard/dev-portal
https://github.com/shinhancard/dev-portal/wiki/workflow(github-flow)
모든 것은 이슈로 이슈별 브랜치를 만들어서 병합하기
pipeline을 잘 구축하면 main으로만 보낸다면 문제 없이 병합되었다는 것을 확인할 수 있음
rule: squash merge -> merge 하기 전 기존에 개발했던 것을 합쳐서 반영
업로드를 현행화 하기 위해서 푸시하는 것이지, 결국 다른 사람이 보는 것은 차이만을 보기 때문임
서버에서 테스트 되야하는 것은 별도로 deploy.yml에 feature/[name] 를 추가해야 함
close # 를 pull request 에 추가한다면, 머지되면 close 된다
babeling : 브라우저 호환성을 맞추기 위한
nohoist 프로젝트 구조를 단순화
스토리북에도 만들고, 양쪽에도 만들면 불필요한 구조가 두개가 된다
스토리북도 별도로 package가 있기에 (디자인 작업을 위한 툴이다보니) 별도로 관리해야 함
app, plugins 폴더가 있는데, 추후 dependency를 깔끔하게 유지하기 위해서 plugins에서 되도록이면 개발
추후 민준님이 prettier 다시 수정
Beta Was this translation helpful? Give feedback.
All reactions