mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 06:55:12 -04:00
ci(appveyor): turn on store verification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user