Skip to content
Bassem AlSabbagh edited this page Mar 5, 2024 · 4 revisions

Welcome to the svelte-reactive-form wiki!

To publish to npm is by edit the package.json files then executing the commands:

  1. Make sure you have access rights to the NPM organizations related, namely:

a. https://www.npmjs.com/settings/svelte-reactive-form/packages

  1. npm run bump

  2. After you're done with the development run npm run gitcommit

  3. Push your changes

  4. cd into packages/rules or packages/svelte-reactive-form to publish either

  5. npm login to log in with your npm account that has write permissions and enter authenticator pin if needed

  6. npm publish --access public

  7. Check the results on your terminal

Clone this wiki locally