mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
e62cd006ea
* chore: update yarn chore: update yarn Update .pnp.cjs * chore: rebase from 5.x * chore: remove cli test * chore: update jest * chore: restore jest * Update Dockerfile * Update ci.yml * chore: remove node linker * restore docker file * Update ci.yml
22 lines
566 B
YAML
22 lines
566 B
YAML
defaultSemverRangePrefix: ""
|
|
|
|
enableGlobalCache: false
|
|
|
|
# nodeLinker: node-modules
|
|
|
|
httpRetry: 10
|
|
|
|
httpTimeout: 100000
|
|
|
|
npmRegistryServer: "https://registry.npmjs.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"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|