File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class InstallCommand extends Command
2525 protected $ signature = 'native:install
2626 {--force : Overwrite existing files by default}
2727 {--publish : Publish the Electron project to your project \'s root}
28- {--installer=npm : The package installer to use: npm, yarn or pnpm } ' ;
28+ {--installer=npm : The package installer to use: npm or yarn } ' ;
2929
3030 public function handle (): void
3131 {
Original file line number Diff line number Diff line change @@ -60,12 +60,10 @@ protected function getCommandArrays(string $type = 'install'): array
6060 'install ' => [
6161 'npm ' => 'npm install ' ,
6262 'yarn ' => 'yarn ' ,
63- 'pnpm ' => 'pnpm install ' ,
6463 ],
6564 'dev ' => [
6665 'npm ' => 'npm run dev ' ,
6766 'yarn ' => 'yarn dev ' ,
68- 'pnpm ' => 'pnpm run dev ' ,
6967 ],
7068 ];
7169
You can’t perform that action at this time.
0 commit comments