diff --git a/build/BuildBelle.bat b/build/BuildBelle.bat index 1a31fea2d4..8a07ee380a 100644 --- a/build/BuildBelle.bat +++ b/build/BuildBelle.bat @@ -15,7 +15,7 @@ for /f "delims=" %%A in ('dir %nuGetFolder%npm.js.* /b') do set "npmPath=%nuGetF ECHO Adding Npm and Node to path REM SETLOCAL is on, so changes to the path not persist to the actual user's path -PATH=%npmPath%;%nodePath% +PATH=%npmPath%;%nodePath%;%PATH% SET buildFolder=%CD%