ソースを参照

chore: cache node_modules

Daniel Ruf 7 年 前
コミット
7628471928
1 ファイル変更2 行追加1 行削除
  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