Browse Source

chore: cache node_modules

Daniel Ruf 7 năm trước cách đây
mục cha
commit
7628471928
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .appveyor.yml

+ 2 - 1
.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