Publish JS Packages to VB Studio's NPM Registry

JS packages can be uploaded manually to the project’s NPM registry from the Publish tab on the NPM page. Alternatively, JS packages can be uploaded to the registry by executing a build job or pipeline.

From the Publish tab, you can drag and drop or select a JS package (a gzipped tarball, in other words a .tar, .tar.gz, or .tgz file) that you want to publish and initiate the publishing operation. Multiple versions of the same JS package or multiple different JS packages can be uploaded in one operation as well. You can monitor the status of ongoing as well as completed operations.

As part of the publishing operation, the package metadata document will be generated, if one doesn't already exist, or it will be updated, if one already exists. The version metadata document will be generated. After a successful upload operation, the generated or updated metadata documents can be viewed in the NPM page.

See Publish Packages with a Job or Pipeline for more information about using a build job or pipeline instead of the UI to upload packages to the NPM registry.