Skip to content

Release

Benoit Simard edited this page Jul 25, 2024 · 10 revisions

Release process

Disable npm 2FA for publishing

If you have enabled the 2FA on npm, you have to disable it for publishing :

npm profile disable-2fa
npm profile enable-2fa auth-only

Publish the version

If all the code is ready, commit it and then run those commands :

npm run build
npm run lerna:publish

Follow the instruction of lerna

Post publish

Clone this wiki locally