Skip to content

Publishing to NPM

Bassem AlSabbagh edited this page Feb 23, 2024 · 7 revisions

Note: one other way to publish to npm is by editing the package.json files then executing the commands:

npm login npm publish

  1. After you're done with the development run npm run gitcommit
  2. Push your changes
  3. Go to https://github.com/wetix/responsive-ui/releases and draft a new release creating the correct git tag and selecting main branch Note: you can create a new tag by typting a new unique tag name, and pressing on "Create new tag on publish"
image
  1. On release creation, a github workflow will kick in to publish the latest version of the components
Clone this wiki locally