mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
adopt yarn in scripts
This commit is contained in:
+1
-7
@@ -1,8 +1,2 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set npm_config_disturl="https://atom.io/download/electron"
|
||||
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" "%~dp0..\package.json"') do set npm_config_target=%%~a
|
||||
set npm_config_runtime="electron"
|
||||
set npm_config_cache=~\.npm-electron
|
||||
npm %*
|
||||
endlocal
|
||||
yarn %*
|
||||
|
||||
Reference in New Issue
Block a user