Initial Functional Structure Scaffold
This commit is contained in:
7
NodeJS/node_modules/corepack/shims/yarn.cmd
generated
vendored
Normal file
7
NodeJS/node_modules/corepack/shims/yarn.cmd
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@SETLOCAL
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\dist\yarn.js" %*
|
||||
) ELSE (
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\dist\yarn.js" %*
|
||||
)
|
Reference in New Issue
Block a user