2022-02-04
TODO
- Vue 컴포넌트 라이브러리 구축하기
- Vue 컴포넌트 라이브러리 배포 (Lerna)
ISSUES
lerna publish
- lerna >
command.version.createRelease
시 환경변수GH_TOKEN
이 있어야 됨. - lerna >
command.publish
시에 npm 로그인이 되어 있어야 함.- npm 게시 단계에서 실패했을 때, 이전 스텝의 작업 (bump 커밋, git tag 푸시, git release)은 이미 수행됨. 이를 취소할 수 있는 방법은 수동으로 지워야 함.
- https://github.com/lerna/lerna/issues/455#issuecomment-792821661
- example에 대해서 package에 추가 취소
- npm 패키지 unpublish - 친성의 블로그 (chinsun9.github.io)
- Unpublishing packages from the registry | npm Docs (npmjs.com)
- lerna publish 전에 빌드하자.
alfred index
맥 알프레드(Alfred) 혹은 스폿라이트(Spotlight)에서 앱 검색이 안될때 | Mike Kim 개발 블로그 (kys9261.github.io)