mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
adopt yarn in scripts
This commit is contained in:
@@ -6,7 +6,7 @@ title VSCode Dev
|
||||
pushd %~dp0\..
|
||||
|
||||
:: Node modules
|
||||
if not exist node_modules call .\scripts\npm.bat install
|
||||
if not exist node_modules call yarn
|
||||
|
||||
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a
|
||||
set NAMESHORT=%NAMESHORT: "=%
|
||||
|
||||
Reference in New Issue
Block a user