From c93b4fa1fe45b4c121a32963fda4829d09c6637c Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 16 Aug 2016 14:38:02 +0200 Subject: [PATCH] Reverts: Makes sure the build uses a predictable version of npm --- build/BuildBelle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%