Skip to content

Commit

Permalink
Tweak yarning in build script some more
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Sep 3, 2018
1 parent 0bf6739 commit f7c3ce9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ call :SelectNodeVersion

:: 3. Install Yarn
echo Verifying Yarn Install.
call :ExecuteCmd !NPM_CMD! config set prefix "D:\home\tools"
call :ExecuteCmd !NPM_CMD! install yarn -g
set path=%path%;D:\home\tools
FOR /F "tokens=* USEBACKQ" %%F IN (`npm config get prefix`) DO (
SET "PATH=%PATH%;%%F"
)

:: 4. Install Yarn packages
echo Installing Yarn Packages.
Expand Down

0 comments on commit f7c3ce9

Please sign in to comment.