Skip to content

Commit

Permalink
Merge pull request #956 from NullVoxPopuli/remove-pnpm-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Jun 24, 2023
2 parents 81c6107 + 3e1d4a2 commit 00c17a9
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 00c17a9

Please sign in to comment.