sdk-monorepo/.yarnrc.yml

22 lines
608 B
YAML
Raw Normal View History

enableTelemetry: false
2023-05-11 18:49:07 +00:00
npmAuthToken: ${GITEA_AUTH_TOKEN}
2023-05-11 18:49:07 +00:00
npmPublishRegistry: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
npmScopes:
tornado:
2023-05-11 18:49:07 +00:00
npmRegistryServer: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
packageExtensions:
"@resolver-engine/imports-fs@*":
dependencies:
"@resolver-engine/core": "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
httpTimeout: 1000000