Skip to content

Commit

Permalink
Explicitly clean cache and add force flag to all npm commands in AppV…
Browse files Browse the repository at this point in the history
…eyor
  • Loading branch information
darrenscerri committed Mar 21, 2017
1 parent 0e09354 commit 4cfea3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install:
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- alias npm="npm cache clean && npm --force"

build: off

Expand Down

0 comments on commit 4cfea3e

Please sign in to comment.