Skip to content

Commit

Permalink
chore: fix lint/style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2024
1 parent 9e69e36 commit e494591
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ export async function removeDependency(
const args = (
resolvedOptions.packageManager.name === "yarn"
? [
// prettier-ignore
resolvedOptions.global
? resolvedOptions.packageManager.majorVersion === "1"
? (resolvedOptions.packageManager.majorVersion === "1"
? "dlx"
: "global"
: "global")
: "",
...getWorkspaceArgs(resolvedOptions),
"remove",
Expand Down

0 comments on commit e494591

Please sign in to comment.