0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.yarnrc.yml

22 lines
616 B
YAML
Raw Permalink Normal View History

2020-10-11 12:06:21 -05:00
defaultSemverRangePrefix: ""
enableGlobalCache: false
npmRegistryServer: "https://registry.npmjs.org"
2020-10-11 12:06:21 -05:00
# for local development usage
# npmRegistryServer: "http://localhost:4873/"
# unsafeHttpWhitelist:
# - localhost
2020-10-11 12:06:21 -05:00
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 12:06:21 -05:00
yarnPath: .yarn/releases/yarn-3.8.5.cjs