adopt yarn in scripts

This commit is contained in:
Joao Moreno
2017-11-16 10:47:02 +01:00
parent 5d4d38543a
commit 4537783742
7 changed files with 7 additions and 39 deletions

View File

@@ -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: "=%