-
Notifications
You must be signed in to change notification settings - Fork 1
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
- After you're done with the development run
npm run gitcommit
- Push your changes
- 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"

- On release creation, a github workflow will kick in to publish the latest version of the components