Skip to content

Commit 5fb396a

Browse files
authored
Merge pull request #50 from lidofinance/ivan/powershell_module_replace_ts_node_with_tsx
Fix: Update PowerShell Module to Support `tsx`
2 parents c96aa02 + d8bfd00 commit 5fb396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lido-cli.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Invoke-LidoCli {
55
)
66

77
# Construct the command with all passed arguments
8-
$cmd = "yarn --silent ts-node ./index $($Arguments -join ' ')"
8+
$cmd = "yarn --silent tsx ./index $($Arguments -join ' ')"
99

1010
# Execute in the same directory as the module
1111
Push-Location $PSScriptRoot

0 commit comments

Comments
 (0)