Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson [draw.io] <david@jgraph.com>2019-06-20 18:23:16 +0300
committerDavid Benson [draw.io] <david@jgraph.com>2019-06-20 18:23:16 +0300
commita90c6efe2fb983502397ce9447254c71ac8a9fa3 (patch)
tree089eb92b62f23169df2ab10bda8d079540dd7881 /appveyor.yml
parent19bee4b760123bfd375aec3cbad7d3cc87e97f43 (diff)
Cache manifest no longer used
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d81f7f5..3d885cc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,6 @@ install:
- ps: Install-Product node 10 x64
- yarn install
- cd drawio/src/main/webapp
- - cat ../../../../extra-cache.txt >> cache.manifest
- yarn install
- cd ../..