mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
f168b2512e
* chore: add yarn local cache * update list files docker publish * add example extending with plugins and yarn2
16 lines
470 B
YAML
16 lines
470 B
YAML
defaultSemverRangePrefix: ""
|
|
enableGlobalCache: false
|
|
enableTelemetry: true
|
|
httpRetry: 10
|
|
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
|
|
|
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|