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

Commit

Permalink
chore: disable node_modules cache on Appveyor
Browse files Browse the repository at this point in the history
See more details at npm/npm#17781
  • Loading branch information
generalov-epm committed Apr 7, 2018
1 parent 62e0b1c commit 13089a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
build: off
version: "{build}"

environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"

platform:
# - x86
- x64

matrix:
fast_finish: true
cache:
- node_modules

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- if exist node_modules npm prune
- if exist node_modules npm rebuild
- npm install

test_script:
- node --version
- npm --version
Expand Down

0 comments on commit 13089a1

Please sign in to comment.