Update Package: 1. Open "package.json" file. 2. Update the "version" field. 3. Run "npm run build" script.
npm install next-helios-feUpdate Package:
1. Open "package.json" file.
2. Update the "version" field.
3. Run "npm run build" script.
Publish Package:
1. Makes sure you've logged into NPM with Helios account by running "npm whoami" script, any error with code 401 means you need to log in by running "npm login" script.
2. Run "npm publish" script.
3. If NPM ask to verify yourself, then verify using code from Microsoft Authenticator.
4. Wait the publish process ends and voila! Your package has been updated.