Skip to content

Commit

Permalink
Fix missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Sep 11, 2024
1 parent b5a5c00 commit 8e311d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 5 additions & 7 deletions packages/ado-npm-auth/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,13 @@ run(args)
// automatic auth failed (for some reason)
// advertise failure and link wiki to fix
console.log("❌ Authentication to package feed failed.");

process.exitCode = 1;
}
})
.catch((error) => {
console.error(error);
console.log("❌ Authentication to package feed failed.");

process.exitCode = 1;
})

console.error(error);
console.log("❌ Authentication to package feed failed.");

process.exitCode = 1;
});
3 changes: 2 additions & 1 deletion packages/node-azureauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"files": [
"dist/install.cjs",
"dist/cli.js",
"dist/index.js"
"dist/index.js",
"scripts/install.cjs"
],
"keywords": [
"node",
Expand Down

0 comments on commit 8e311d0

Please sign in to comment.