Skip to content

Commit

Permalink
docs: add hostType:npm to config.js for Azure (#9312)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 29, 2021
1 parent 86a851b commit 4da8581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/setup-azure-devops.md
Expand Up @@ -66,6 +66,7 @@ module.exports = {
token: process.env.TOKEN,
hostRules: [
{
hostType: 'npm',
hostName: 'pkgs.dev.azure.com',
username: 'apikey',
password: process.env.TOKEN,
Expand Down

0 comments on commit 4da8581

Please sign in to comment.