Skip to content

Commit 04e4b7a

Browse files
arpitBhallaszymonrybczak
authored andcommitted
remove pnpm
1 parent fb5da22 commit 04e4b7a

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export * from './bun';
22
export * from './npm';
3-
export * from './pnpm';
43
export * from './yarn';
54
export * from './packageManager';
65
export * from './executeCommand';

packages/cli-package-manager/src/packageManager.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ const packageManagers = {
3333
uninstall: ['remove'],
3434
installAll: ['install'],
3535
},
36-
pnpm: {
37-
init: ['init', '-y'],
38-
install: ['install'],
39-
installDev: ['install', '--dev'],
40-
uninstall: ['remove'],
41-
installAll: ['install'],
42-
},
4336
};
4437

4538
function configurePackageManager(

packages/cli-package-manager/src/pnpm.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)