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

build(components): publish all contents in components folder to npm #17014

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

shlokamin
Copy link
Member

Overview

This PR publish all code in the components library to npm. This is because we are having problems on the PL tooling side.

@shlokamin shlokamin requested review from a team as code owners December 3, 2024 16:03
@shlokamin shlokamin requested review from mjhuff and removed request for a team December 3, 2024 16:03
@shlokamin shlokamin changed the title publish all contents in components folder to npm build(components): publish all contents in components folder to npm Dec 3, 2024
@shlokamin shlokamin requested review from y3rsh and sfoster1 December 3, 2024 16:04
cd ./components && echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ./.npmrc && npm publish --access public
cd ./components
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ./.npmrc
ls -R # Debug: View contents of ./components
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ill remove this later, just want to make sure everything i expect to be in there shows up

Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@shlokamin shlokamin merged commit 1e01e63 into edge Dec 3, 2024
64 checks passed
@shlokamin shlokamin deleted the components_publish-everything branch December 3, 2024 17:48
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.

2 participants