Skip to content

Commit

Permalink
Removed npm from cache folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLiMYOB committed Jul 11, 2016
1 parent f112e46 commit 478356e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ shallow_clone: false # default is "false"
# build cache to preserve files/folders between builds
cache:
- WebSite\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
- WebSite\node_modules # local npm modules
- '%APPDATA%\npm-cache' # npm cache
#- WebSite\node_modules # local npm modules
#- '%APPDATA%\npm-cache' # npm cache
#- WebSite\bower_components # bower components


Expand Down

0 comments on commit 478356e

Please sign in to comment.