-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate VSCode extension release to GH Action #2497
Merged
yangwooseong
merged 7 commits into
channel-io:main
from
yangwooseong:WEB-5349/vscode-publish-ci
Nov 14, 2024
+208
−1
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
029d9c0
feat(bezier-vscode): add LICENSE.md
yangwooseong 682094c
feat(bezier-vscode): integrate VSCode extension release to GH Action
yangwooseong 76dea09
feat(bezier-vscode): add vsce install command
yangwooseong a6caed1
refactor(bezier-vscode): fix to npx
yangwooseong 01290c2
refactor(bezier-vscode): fix to package level command
yangwooseong d66cfa7
feat(bezier-vscode): use yarn dlx command
yangwooseong 9f577e8
refactor(bezier-vscode): use --skip-duplicate flag instead of continu…
yangwooseong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(bezier-vscode): integrate VSCode extension release to GH Action
commit 682094cd84cf274eb28ee2ba105dfa1dd4725b19
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자주 실행하는 커맨드라 alias 용도로 편리하게 사용하기 위한게 아니라면(이 기준이 좀 애매하긴 하지만) 각 패키지 종속적인 커맨드는 해당 패키지에 위치해있는게 좋을 거 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그렇네요! bezier-vscode 패키지의 커맨드를 직접 실행하도록 변경했습니다