Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 17b3b82

Browse files
committed
chore: disable node_modules cache on Appveyor
See more details at npm/npm#17781
1 parent 6ff0b14 commit 17b3b82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
build: off
22
version: "{build}"
3+
34
environment:
45
matrix:
56
- nodejs_version: "6"
67
- nodejs_version: "8"
8+
79
platform:
810
# - x86
911
- x64
12+
1013
matrix:
1114
fast_finish: true
12-
cache:
13-
- node_modules
15+
1416
install:
1517
- ps: Install-Product node $env:nodejs_version $env:platform
16-
- if exist node_modules npm prune
17-
- if exist node_modules npm rebuild
1818
- npm install
19+
1920
test_script:
2021
- node --version
2122
- npm --version

0 commit comments

Comments
 (0)