npx-publish-component
v1.0.0
Published
## Publishing to NPM
Readme
Remote component library
Publishing to NPM
Make sure to update the version in package.json and then run npm publish from the root.
Using the command
npx publish-studio-component <path_to_component>
TODO
[] Include .husky to make sure we can't just commit without running tests on for example structure of the file [] Create the "official" SDK that plugs into the Experiences SDK to render external components [] Check with product if this can work with server components [] Use Github deploy keys instead of tokens so we create pull requests instead of direct commits [] Create a prepublish script that automatically updates the version when publishing to NPM [] When updating a component using the command, github will complain because we need to provide a SHA
