1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00
verdaccio/.yarnrc.yml

23 lines
565 B
YAML
Raw Normal View History

2020-10-11 19:06:21 +02:00
defaultSemverRangePrefix: ""
enableGlobalCache: false
enableTelemetry: true
2020-10-11 19:06:21 +02:00
httpRetry: 10
2020-10-11 19:06:21 +02:00
httpTimeout: 100000
npmRegistryServer: "https://registry.verdaccio.org"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- ./yarn-plugins/plugin-postinstall.js
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
2020-10-11 19:06:21 +02:00
yarnPath: .yarn/releases/yarn-2.4.1.cjs