Skip to content

Commit 61cc3d8

Browse files
committed
chore: add comment
1 parent 4c125f7 commit 61cc3d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/utils/install-command.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export const packageManagers = [
2525
id: 'yarn',
2626
label: 'yarn',
2727
action: 'add',
28+
// For both yarn v1 and v2+ support
29+
// local exec defers to npx instead
2830
executeLocal: 'npx',
2931
executeRemote: 'yarn dlx',
3032
create: 'yarn create',

0 commit comments

Comments
 (0)