Skip to content

Commit

Permalink
remove pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitBhalla authored and szymonrybczak committed Aug 27, 2024
1 parent fb5da22 commit 04e4b7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion packages/cli-package-manager/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './bun';
export * from './npm';
export * from './pnpm';
export * from './yarn';
export * from './packageManager';
export * from './executeCommand';
7 changes: 0 additions & 7 deletions packages/cli-package-manager/src/packageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ const packageManagers = {
uninstall: ['remove'],
installAll: ['install'],
},
pnpm: {
init: ['init', '-y'],
install: ['install'],
installDev: ['install', '--dev'],
uninstall: ['remove'],
installAll: ['install'],
},
};

function configurePackageManager(
Expand Down
46 changes: 0 additions & 46 deletions packages/cli-package-manager/src/pnpm.ts

This file was deleted.

0 comments on commit 04e4b7a

Please sign in to comment.