Skip to content

Fix instructions regarding `npm publish` registry

James Tharpe requested to merge (removed):patch-29 into master

What does this MR do?

Targets the GitLab registry rather than the default (NPM) registry when calling npm publish.

Screenshots

Build output:

# ... NPM Output ...
npm notice 
npm ERR! code E401
npm ERR! 401 Unauthorized - PUT https://registry.npmjs.org/@NAMESPACE%2fPACKAGENAME - You must be logged in to publish packages.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

NA

Security

NA

Edited by James Tharpe

Merge request reports