Skip to content

Commit 5aa3145

Browse files
committed
chore(sys): disable pnpm check in system requirements
1 parent 207ecb6 commit 5aa3145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/SystemCheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SystemCheckCommand extends Command
7373
// 'ghostscript',
7474
// 'libreoffice',
7575
// 'qpdf',
76-
'pnpm',
76+
// 'pnpm',
7777
'unzip',
7878
'zip',
7979
];

0 commit comments

Comments
 (0)