Skip to content

Commit 8b342a2

Browse files
Update NodePackageManager.php (#443)
1 parent f624542 commit 8b342a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enums/NodePackageManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function runLocalOrRemoteCommand(): string
4040
self::NPM => 'npx',
4141
self::YARN => 'npx',
4242
self::PNPM => 'pnpm dlx',
43-
self::BUN => 'npx',
43+
self::BUN => 'bunx',
4444
};
4545
}
4646

0 commit comments

Comments
 (0)