diff --git a/bin/yarn.ps1 b/bin/yarn.ps1 new file mode 100644 index 0000000000..d3a4b01cdb --- /dev/null +++ b/bin/yarn.ps1 @@ -0,0 +1,6 @@ +function Get-ScriptDirectory { + $Invocation = (Get-Variable MyInvocation -Scope 1).Value + Split-Path $Invocation.MyCommand.Path +} + +node "$(Get-ScriptDirectory)/yarn.js" $args