ci(appveyor): turn on store verification

This commit is contained in:
Zoltan Kochan
2018-06-29 19:01:15 +03:00
parent d5526490f5
commit 1ddb7b6fe0

View File

@@ -3,7 +3,8 @@ environment:
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- npm set verify-store-integrity false
# temporarily turning store verification back on. AppVeyor started to fail with pnpm v2.10.0
# - npm set verify-store-integrity false
- npm set fetch-retry-maxtimeout 180000
- set PNPM_VERSION=2.9.0
- curl -L https://unpkg.com/@pnpm/self-installer | node