aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/pre_build_node.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/pre_build_node.bat')
-rw-r--r--tools/run_tests/pre_build_node.bat9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/run_tests/pre_build_node.bat b/tools/run_tests/pre_build_node.bat
index 6e7cbe5d42..ffb4a09f15 100644
--- a/tools/run_tests/pre_build_node.bat
+++ b/tools/run_tests/pre_build_node.bat
@@ -28,12 +28,5 @@
@rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@rem Expire cache after 1 week
-npm update --cache-min 604800
+call npm update --cache-min 604800
-npm install node-gyp-install
-.\node_modules\.bin\node-gyp-install.cmd
-
-@rem delete the redundant openssl headers
-for /f "delims=v" %%v in ('node --version') do (
- rmdir "%HOMEDRIVE%%HOMEPATH%\.node-gyp\%%v\include\node\openssl" /S /Q
-) \ No newline at end of file