Conversation
develop <= Master 최신화
* fix: add optional chaining to prevent errors in chart calculations * fix: Bar 및 Line 컴포넌트의 차트 데이터 처리 시 배열이 아닌 값 필터링 처리 추가. --------- Co-authored-by: kim jeong yong <usbsync@nts-corp.com>
entry2-web 이 npm alias 로 운영본과 개발본을 동시에 설치할 수 있도록 @entrylabs/tool 을 두 채널로 나눠 배포한다. - dev: develop push 마다 <next-patch>-dev.<seq> 를 dev 태그로 배포. 버전은 러너에서만 바꾸고 publish 후 원복하므로 커밋되지 않는다. seq 는 run_number 에서 도입 직전 실행 번호(41)를 빼 1 부터 시작시킨다. - latest: master push 시 JS-DevTools/npm-publish 가 package.json 버전이 npm 에 없을 때만 배포한다. 있으면 조용히 skip 하므로 매번 돌려도 안전하다. 두 스텝은 build.sh 뒤, deploy.sh 앞에 둔다. build.sh 안에서 빌드가 일어나 그 전에는 dist/ 와 lib/ 이 없고, deploy.sh 뒤에는 git 상태가 바뀐다. dist 브랜치 push 로직과 files 필드는 그대로 두어 기존 소비자와 병행한다. 역할이 중복되는 release.yml 은 삭제한다. Co-authored-by: kim jeong yong <usbsync@nts-corp.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.