Skip to content

Commit

Permalink
chore(repo): trim package manager name for cross os e2e stability (#9446
Browse files Browse the repository at this point in the history
)
  • Loading branch information
meeroslav committed Mar 22, 2022
1 parent cb1fc02 commit 9229393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/index.ts
Expand Up @@ -766,7 +766,7 @@ export function getPackageManagerCommand({
addDev: `pnpm add -D`,
list: 'npm ls --depth 10',
},
}[packageManager];
}[packageManager.trim()];
}

function getNpmMajorVersion(): string {
Expand Down

0 comments on commit 9229393

Please sign in to comment.