Skip to content
Snippets Groups Projects
Unverified Commit 2767d4f9 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: fix matchHost config for private npm module (#10694)

parent 06a63a5e
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ module.exports = {
{
hostType: 'npm',
matchHost:
'https://pkgs.dev.azure.com/{organization}/_packaging/{feed}/npm/registry/',
'https://pkgs.dev.azure.com/{organization}/{project}/_packaging/{feed}/npm/registry/',
username: 'VssSessionToken',
password: process.env.AZURE_NPM_TOKEN,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment