We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96aa02 + d8bfd00 commit 5fb396aCopy full SHA for 5fb396a
lido-cli.psm1
@@ -5,7 +5,7 @@ function Invoke-LidoCli {
5
)
6
7
# Construct the command with all passed arguments
8
- $cmd = "yarn --silent ts-node ./index $($Arguments -join ' ')"
+ $cmd = "yarn --silent tsx ./index $($Arguments -join ' ')"
9
10
# Execute in the same directory as the module
11
Push-Location $PSScriptRoot
0 commit comments