Reverts: Makes sure the build uses a predictable version of npm

This commit is contained in:
Sebastiaan Janssen
2016-08-16 14:38:02 +02:00
parent d409d17189
commit c93b4fa1fe

View File

@@ -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%