We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49644b commit 01f9adcCopy full SHA for 01f9adc
bin/yarn.ps1
@@ -0,0 +1,6 @@
1
+function Get-ScriptDirectory {
2
+ $Invocation = (Get-Variable MyInvocation -Scope 1).Value
3
+ Split-Path $Invocation.MyCommand.Path
4
+}
5
+
6
+node "$(Get-ScriptDirectory)/yarn.js" $args
0 commit comments