Skip to content

Commit 4cfea3e

Browse files
committed
Explicitly clean cache and add force flag to all npm commands in AppVeyor
1 parent 0e09354 commit 4cfea3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install:
3131
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
3232
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
3333
- ps: Install-Product node $env:nodejs_version $env:platform
34+
- alias npm="npm cache clean && npm --force"
3435

3536
build: off
3637

0 commit comments

Comments
 (0)