We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f624542 commit 8b342a2Copy full SHA for 8b342a2
src/Enums/NodePackageManager.php
@@ -40,7 +40,7 @@ public function runLocalOrRemoteCommand(): string
40
self::NPM => 'npx',
41
self::YARN => 'npx',
42
self::PNPM => 'pnpm dlx',
43
- self::BUN => 'npx',
+ self::BUN => 'bunx',
44
};
45
}
46
0 commit comments