Skip to content

Commit

Permalink
[AppVeyor] Reset node_modules cache when package.json changed (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored Oct 31, 2016
1 parent 0eba98e commit 21ea915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ environment:
- nodejs_version: 4

cache:
- "node_modules"
- node_modules -> package.json
- app/node_modules -> app/package.json

# Enable when https://github.com/yarnpkg/yarn/issues/1233 and
# https://github.com/yarnpkg/yarn/issues/1059 are resolved and disable npm cache
Expand Down

0 comments on commit 21ea915

Please sign in to comment.