From 7628471928ae25131fc8ae26c0e80433cae9d0e3 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 10 May 2018 01:26:04 +0200 Subject: [PATCH] chore: cache node_modules --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9d1dc05..de65629 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,8 @@ environment: platform: x64 - nodejs_version: "10" platform: x64 - +cache: + - node_modules install: # Use version based on tag - ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version