Skip to content
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

[Don`t merge me] AC2-1824 shadow dom 버그 수정 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

iamidlek
Copy link
Member

@iamidlek iamidlek commented Nov 30, 2023

기존 코어 제거

npm un -D monaco-editor-core

수정된 코어 적용

npm i -D monaco-editor-core@npm:@accordion/monaco-editor-core
"monaco-editor-core": "npm:@accordion/monaco-editor-core@^0.44.0"

publish 할 이름으로 package.json 수정

"name": "@accordion/monaco-editor",

script 추가 및 publish

"publishing": "npm run build && cd ./out/monaco-editor && npm publish --access=public"

사용법

npm i -D monaco-editor@npm:@accordion/monaco-editor
"monaco-editor": "npm:@accordion/monaco-editor@^1.0.0"

@iamidlek iamidlek self-assigned this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant