Use pnpm exec instead of pnpm dlx (#76)
This commit is contained in:
Родитель
4afb838f4a
Коммит
42dcdc9a16
|
@ -67,7 +67,7 @@ class PNPM implements PackageManager {
|
|||
}
|
||||
|
||||
npx(command: string, args: string): string {
|
||||
return `pnpm dlx ${command} ${args}`
|
||||
return `pnpm exec ${command} ${args}`
|
||||
}
|
||||
|
||||
ci(): string {
|
||||
|
|
Загрузка…
Ссылка в новой задаче