Skip to content

Instantly share code, notes, and snippets.

@usrrname
Created May 8, 2022 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usrrname/715a7883cb1b1e4b69a5dc53437e2fd3 to your computer and use it in GitHub Desktop.
Save usrrname/715a7883cb1b1e4b69a5dc53437e2fd3 to your computer and use it in GitHub Desktop.
Publish to npm registry
#!/usr/bin/env bash
echo "registry=https://pkgs.dev.azure.com/${ORG_NAME}/_packaging/${PACKAGE_NAME}/npm/registry/
always-auth=true" >> .npmrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment