-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(build): run Netlify for components package #2406
Conversation
Deploy preview for the-carbon-components ready! Built with commit 7546d3f https://deploy-preview-2406--the-carbon-components.netlify.com |
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.
tested locally, looks good to me!
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.
Demo looks good 👍
Thanks @emyarod and @alisonjoseph for reviewing! |
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs carbon-design-system#2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs carbon-design-system#2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs carbon-design-system#2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs carbon-design-system#2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs carbon-design-system#2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs #2406.
GitHub workflow stuffs we are investigating may solve this problem space. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the index.html can refer to. This also enables Netlify build for our React variant. Refs #2406.
We have some nice ideas wrt how to enable multiple Netlify previews per package. This PR is a stop-gap approach until we make the idea in action - Which is, build deploy artifacts for each and collect them into a single directory so the
index.html
can refer to.Changelog
New
package.json
script for above.Changed
Testing / Reviewing
Testing should make sure our demo is not broken, especially regular dev env.