-
Notifications
You must be signed in to change notification settings - Fork 1
Publishing to NPM
Bassem AlSabbagh edited this page Apr 23, 2024
·
7 revisions
To publish to npm is by edit the package.json files then executing the commands:
- Make sure you have access rights to the NPM organizations related, namely:
a. https://www.npmjs.com/settings/responsive-ui/packages
b. https://www.npmjs.com/settings/wetix/packages
Note: we're working on moving responsive-ui package into responsive-ui orgnisations.
-
After you're done with the development run
npm run bump
thennpm run gitcommit
-
Push your changes
-
npm login
to log in with your npm account that has write permissions and enter authenticator pin if needed -
npm publish --access public
-
Check the results on your terminal