sdk-monorepo/.yarnrc.yml
T-Hax 798598cfff 0.0.8-alpha
Signed-off-by: T-Hax <>
2023-05-11 18:52:05 +00:00

21 lines
587 B
YAML

enableTelemetry: false
npmAuthToken: ${GITEA_AUTH_TOKEN}
npmPublishRegistry: https://${TARGET_REGISTRY_DOMAIN}/api/packages/${TARGET_REGISTRY_USER}/npm/
npmScopes:
tornado:
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"