Skip to content

Commit 9b87aa0

Browse files
committed
fix: local execute for yarn v1 compatibility
1 parent 1975cb7 commit 9b87aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/install-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const packageManagers = [
2525
id: 'yarn',
2626
label: 'yarn',
2727
action: 'add',
28-
executeLocal: 'yarn',
28+
executeLocal: 'npx',
2929
executeRemote: 'yarn dlx',
3030
create: 'yarn create',
3131
icon: 'i-simple-icons:yarn',

0 commit comments

Comments
 (0)