You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adam Wójcik edited this page May 7, 2026
·
5 revisions
👉 Currently, we are under construction 👷♂️👷♀️🏗️
How to manually perform npm package publish.
After all the changes are done we need to increase the package version in the package.json and package-lock.json files. Best to commit this as well with a message like Releases v0.x.y
Then we need to build the app using npm run build
Then we need to login to npm using npm login
Lastly, we need to publish the package using npm publish