try to fix things
This commit is contained in:
@@ -100,7 +100,6 @@ call :SelectNodeVersion
|
||||
:: 3. Install npm packages
|
||||
IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
|
||||
pushd "%DEPLOYMENT_TARGET%"
|
||||
call :ExecuteCmd !NPM_CMD! install
|
||||
call :ExecuteCmd !NPM_CMD! install --dev
|
||||
IF !ERRORLEVEL! NEQ 0 goto error
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user