Skip to content

Commit

Permalink
fix: PNPM audit registry warning (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed May 17, 2022
1 parent 0984000 commit 543fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pnpm-auditer.ts
Expand Up @@ -27,7 +27,7 @@ async function runPnpmAudit(

const arguments_ = ["audit", "--json"];
if (registry) {
console.warn(yellow, "Yarn audit does not support the registry flag yet.");
console.warn(yellow, "PNPM audit does not support the registry flag yet.");
}
if (skipDevelopmentDependencies) {
arguments_.push("--prod");
Expand Down

0 comments on commit 543fbe8

Please sign in to comment.