move to pnpm dlx

This commit is contained in:
cupcakearmy 2022-11-09 12:32:45 +01:00
parent 2ee671201c
commit b79c09c5d3
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
function px --wraps=pnpx --description 'alias px pnpx'
pnpx $argv;
pnpm -s dlx $argv;
end