Skip to content

Commit

Permalink
Remove warning about pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 23, 2023
1 parent 81c6107 commit 3e1d4a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/utils/dependency-manager-adapter-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ module.exports = {
})
);
} else if (config.usePnpm) {
console.warn(
'pnpm support is experimental for now. if you notice any problems please open an issue.'
);

adapters.push(
new PnpmAdapter({
cwd: root,
Expand Down

0 comments on commit 3e1d4a2

Please sign in to comment.