-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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:
- Make sure you have access rights to the NPM organizations related, namely:
a. https://www.npmjs.com/settings/svelte-reactive-form/packages
-
npm run bump
-
After you're done with the development run
npm run gitcommit
-
Push your changes
-
cd into packages/rules or packages/svelte-reactive-form to publish either
-
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