Localizations for the URnetwork interfaces.
You can run npm pack to bundle it locally and then npm install ./path-to-localizations-archive.tgz to install it into your URnetwork interface project for testing.
- Make sure everything is committed and pushed to the main branch.
- Make sure you're logged into npm with
npm login. - Run
npm pack --dry-runto see what will be included in the package. - If everything looks good, run
npm run release:patchto publish the package. There are alsorelease:minorandrelease:majorscripts available for versioning. - Tag it on Github after publishing like
git tag vx.y.zandgit push --tags.